]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
matroskadec: parse the channel layout mask for FLAC
[ffmpeg] / libavformat / oggdec.h
index 918378d2eaf6d5c2d7af3be9253551bc28ab7371..893c3306c7a7fbff892ad55862111af1c1316839 100644 (file)
@@ -122,7 +122,8 @@ extern const struct ogg_codec ff_speex_codec;
 extern const struct ogg_codec ff_theora_codec;
 extern const struct ogg_codec ff_vorbis_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)