diff options
author | James Almer <jamrial@gmail.com> | 2014-12-12 20:57:43 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-18 23:27:07 +0100 |
commit | 430a8168594b3cb29f44141d4da88f2c642de06f (patch) | |
tree | e09e2d43b38bd217ab06b33ac090da7b37ddfa72 /libavformat/oggdec.h | |
parent | 38129c26c51b933d7db423f904ba0cd6a88ca1ed (diff) | |
download | ffmpeg-430a8168594b3cb29f44141d4da88f2c642de06f.tar.gz |
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.h | 1 |
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); |