summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-08-26 20:23:13 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-08-26 20:23:13 +0000
commit1cb5f7fd4146193b896efe885d9c10eacfc4d326 (patch)
tree296ace5e722140c17cc97a655c8b2475efb3e55f /libavformat/avformat.h
parent22ddd60bc247c7487b4e91416d18da712415630a (diff)
mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)
Originally committed as revision 2168 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 ef70029217..19151460d9 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -334,6 +334,9 @@ int swf_init(void);
/* mov.c */
int mov_init(void);
+/* movenc.c */
+int movenc_init(void);
+
/* flvenc.c */
int flvenc_init(void);