summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
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);