]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
fate: add h264 intra 4:2:2 tests
[ffmpeg] / libavformat / oggdec.h
index 82efd97aec9150ae6b9f74046a07e08741fc8eec..184a628622c39eb9d4beb51b5fedf1d5f5cca50e 100644 (file)
@@ -112,7 +112,7 @@ 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, AVMetadata **m, const uint8_t *buf, int size);
+int ff_vorbis_comment(AVFormatContext *ms, AVDictionary **m, const uint8_t *buf, int size);
 
 static inline int
 ogg_find_stream (struct ogg * ogg, int serial)