summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-12-12 20:57:43 +0000
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-12-18 23:27:07 +0100
commit430a8168594b3cb29f44141d4da88f2c642de06f (patch)
treee09e2d43b38bd217ab06b33ac090da7b37ddfa72 /libavformat/oggdec.h
parent38129c26c51b933d7db423f904ba0cd6a88ca1ed (diff)
oggdec: add support for VP8 demuxing
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat/oggdec.h')
-rw-r--r--libavformat/oggdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h
index b8f0a8bbd0..807ac4a316 100644
--- a/libavformat/oggdec.h
+++ b/libavformat/oggdec.h
@@ -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);