summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-07-06 15:04:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-07-06 15:04:46 +0000
commit748c2fca7e4d99357c234936aa71212a6282be36 (patch)
treedd31be48f45e433c1e6b9c002553a2f4191de893 /libavcodec/allcodecs.c
parent06fcf56c50eb6194270656ac8c4fddb250b14eab (diff)
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index ef97b871d3..11d765093a 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -661,5 +661,8 @@ PCM_CODEC(CODEC_ID_ADPCM_SBPRO_2, adpcm_sbpro_2);
av_register_codec_parser(&dvbsub_parser);
#endif
av_register_codec_parser(&aac_parser);
+
+ av_register_bitstream_filter(&dump_extradata_bsf);
+ av_register_bitstream_filter(&remove_extradata_bsf);
}