diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-07-06 15:28:17 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-07-06 15:28:17 +0000 |
commit | 514e0831aef4d487cf7b4a53c7fbb24222bc5634 (patch) | |
tree | 27af010e1c5ce48af41dc246ce6a1b32a18a77b2 /libavcodec/allcodecs.c | |
parent | 748c2fca7e4d99357c234936aa71212a6282be36 (diff) | |
download | ffmpeg-514e0831aef4d487cf7b4a53c7fbb24222bc5634.tar.gz |
noise bitstream filter
add priv_data field to AVBitStreamFilterContext
Originally committed as revision 5644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 11d765093a..81e5204a41 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -664,5 +664,6 @@ PCM_CODEC(CODEC_ID_ADPCM_SBPRO_2, adpcm_sbpro_2); av_register_bitstream_filter(&dump_extradata_bsf); av_register_bitstream_filter(&remove_extradata_bsf); + av_register_bitstream_filter(&noise_bsf); } |