1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

oggdec: add support for Opus codec.

This patch also introduces CODEC_ID_OPUS.
This commit is contained in:
Nicolas George
2012-06-24 11:38:18 +02:00
parent bf8ce5a5c3
commit e62fd6619f
6 changed files with 140 additions and 1 deletions

View File

@@ -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;