summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-02-10 01:24:32 +0000
committerMåns Rullgård <mans@mansr.com>2006-02-10 01:24:32 +0000
commita283db3962c07f9dfab87dc7553b61cbc4e6efb8 (patch)
treec8f8bb31ac944f65e3c141d77140c1e95387bf2f /libavformat/allformats.c
parent100a74222b8f26a63f03ddb74f3ae31dcfb62b37 (diff)
generate adts frame headers if required
Originally committed as revision 4970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 10ca3f4b4d..75c752e0bc 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -55,6 +55,7 @@ void av_register_all(void)
swf_init();
au_init();
ff_aiff_init();
+ ff_adts_init();
#ifdef CONFIG_MUXERS
gif_init();
#endif //CONFIG_MUXERS