summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-06-05 14:30:52 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-06-05 14:30:52 +0000
commitbc634f6fc2e89890b99cd20d8349046ffc0d4bfe (patch)
tree4fb72aa461f13ca2bd2b9184e1173893481b78f7 /libavformat/allformats.c
parent67f7f316976ad7bbe63795b536cd53038a2106bf (diff)
* 3gp patch by Joca
Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index b9db8897df..f2d37656df 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -49,6 +49,9 @@ void av_register_all(void)
dv_init();
fourxm_init();
+#ifdef AMR_NB
+ amr_init();
+#endif
av_register_output_format(&yuv4mpegpipe_oformat);
#ifdef CONFIG_VORBIS