OSDN Git Service

lavc: add a new bitstream reader to replace get_bits
authorAlexandra Hájková <alexandra@khirnov.net>
Fri, 22 Apr 2016 07:43:52 +0000 (09:43 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 18 Nov 2016 09:31:56 +0000 (10:31 +0100)
commitdd3d7ddf2a508b15877bb978c2309f777853a228
treeeafa19abf7b89040caa1f5ddd6b90261cbd9006f
parente18ba2dfd2d19aedc8afccf011d5fd0833352423
lavc: add a new bitstream reader to replace get_bits

The new bit reader features a simpler API and an implementation without
stacks of nested macros.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/bitstream.h [new file with mode: 0644]