]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
dashenc: copy language and role metadata from streams assigned to sets
[ffmpeg] / libavformat / oggdec.h
index b8f0a8bbd0f518e4f98491e0a12b30aa46f1cd4a..807ac4a3164f4f11b2a525f464a14f5d397d9515 100644 (file)
@@ -121,6 +121,7 @@ extern const struct ogg_codec ff_skeleton_codec;
 extern const struct ogg_codec ff_speex_codec;
 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 parse_picture);