diff avformat.h @ 201:85def00971c3 libavformat

mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)
author michaelni
date Tue, 26 Aug 2003 20:23:13 +0000
parents 2265d21a04c8
children 7414bbf64011
line wrap: on
line diff
--- a/avformat.h	Sun Aug 24 21:21:10 2003 +0000
+++ b/avformat.h	Tue Aug 26 20:23:13 2003 +0000
@@ -334,6 +334,9 @@
 /* mov.c */
 int mov_init(void);
 
+/* movenc.c */
+int movenc_init(void);
+
 /* flvenc.c */
 int flvenc_init(void);