]> git.sesse.net Git - ffmpeg/commit
lavc: add a null bitstream filter
authorAnton Khirnov <anton@khirnov.net>
Tue, 24 May 2016 13:09:29 +0000 (15:09 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 14 Dec 2016 08:06:44 +0000 (09:06 +0100)
commit47e547b321338c73c21fa623789f1efbd80a297a
tree6c26ee9418add3d8cdc604a273436be9acf74711
parent0309ddcfb25fd44883bfcdb07509eb4907576b97
lavc: add a null bitstream filter

It is useful for testing/debugging and will also be used as the default
filter in the following commit adding pre-decode filtering to avoid
having a separate non-filtered codepath.
doc/bitstream_filters.texi
libavcodec/Makefile
libavcodec/bitstream_filters.c
libavcodec/null_bsf.c [new file with mode: 0644]