diff avformat.h @ 184:2438e76dde67 libavformat

yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>)
author michaelni
date Tue, 05 Aug 2003 09:32:31 +0000
parents 808dabf5a88e
children 2265d21a04c8
line wrap: on
line diff
--- a/avformat.h	Thu Jul 24 23:37:40 2003 +0000
+++ b/avformat.h	Tue Aug 05 09:32:31 2003 +0000
@@ -328,6 +328,9 @@
 /* raw.c */
 int raw_init(void);
 
+/* yuv4mpeg.c */
+int yuv4mpeg_init(void);
+
 /* ogg.c */
 int ogg_init(void);