diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-24 11:38:18 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-20 11:16:52 +0200 |
commit | e62fd6619f7aa91956a1b4ccfa7b0b8d7bc4ba90 (patch) | |
tree | 80b27c5230cc2883efea21b7c3cc8ba48354eed6 /libavformat/oggdec.h | |
parent | bf8ce5a5c382e85f6e7c0bb9d5e698a4c929b0b9 (diff) | |
download | ffmpeg-e62fd6619f7aa91956a1b4ccfa7b0b8d7bc4ba90.tar.gz |
oggdec: add support for Opus codec.
This patch also introduces CODEC_ID_OPUS.
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 7f5452f2b0..aa94db5573 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -108,6 +108,7 @@ extern const struct ogg_codec ff_ogm_text_codec; extern const struct ogg_codec ff_ogm_video_codec; extern const struct ogg_codec ff_old_dirac_codec; extern const struct ogg_codec ff_old_flac_codec; +extern const struct ogg_codec ff_opus_codec; extern const struct ogg_codec ff_skeleton_codec; extern const struct ogg_codec ff_speex_codec; extern const struct ogg_codec ff_theora_codec; |