diff options
author | James Almer <jamrial@gmail.com> | 2013-12-25 02:48:34 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-30 04:05:27 +0100 |
commit | d890db5f537bdfc9d73e7fdac1ff4216e5a43fc2 (patch) | |
tree | 6e7d8ec8d9acbaa4fd9d6ab18ef4c5e73b5e225c /libavformat/oggdec.h | |
parent | 4aa9c91508203fdcaa687abff2d8d4ae46d4cde6 (diff) | |
download | ffmpeg-d890db5f537bdfc9d73e7fdac1ff4216e5a43fc2.tar.gz |
oggdec: add support for VP8 demuxing
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 c31859fecd..c6214b3ba2 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -125,6 +125,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); |