]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
Merge commit 'eb800f120d2d42590fde2302fe828c847e41e773'
[ffmpeg] / libavformat / oggdec.h
index 231b58377046473eba468078fdcb592195ddc0a5..22647e131f35a706cc98a5959f5db8ff98484103 100644 (file)
@@ -129,7 +129,8 @@ extern const struct ogg_codec ff_theora_codec;
 extern const struct ogg_codec ff_vorbis_codec;
 extern const struct ogg_codec ff_vp8_codec;
 
-int ff_vorbis_comment(AVFormatContext *ms, AVDictionary **m, const uint8_t *buf, int size);
+int ff_vorbis_comment(AVFormatContext *ms, AVDictionary **m,
+                      const uint8_t *buf, int size, int parse_picture);
 
 static inline int
 ogg_find_stream (struct ogg * ogg, int serial)