summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorD Richard Felker III <dalias@aerifal.cx>2003-08-05 09:32:31 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-08-05 09:32:31 +0000
commit2864dfd5794a5a9bff612e730179a9026f042a06 (patch)
treebb5d61e7c4ed333fffa6592569395da374e7cda9 /libavformat/avformat.h
parent769fc4660cba3768737692a8e82f25c076e05cdb (diff)
yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>)
Originally committed as revision 2102 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 15edc9001c..e89d1619a0 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -328,6 +328,9 @@ int wav_init(void);
/* raw.c */
int raw_init(void);
+/* yuv4mpeg.c */
+int yuv4mpeg_init(void);
+
/* ogg.c */
int ogg_init(void);