aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
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/avformat.h
parent67f7f316976ad7bbe63795b536cd53038a2106bf (diff)
downloadffmpeg-bc634f6fc2e89890b99cd20d8349046ffc0d4bfe.tar.gz
* 3gp patch by Joca
Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cca2f5617f..3267cba7b1 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -310,6 +310,9 @@ int gif_init(void);
/* au.c */
int au_init(void);
+/* amr.c */
+int amr_init(void);
+
/* wav.c */
int wav_init(void);