You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
oggdec: add support for Xiph's CELT codec
This patch also introduces CODEC_ID_CELT. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
b15a9888a8
commit
4ca59d1948
@@ -98,6 +98,7 @@ struct ogg {
|
||||
#define OGG_FLAG_BOS 2
|
||||
#define OGG_FLAG_EOS 4
|
||||
|
||||
extern const struct ogg_codec ff_celt_codec;
|
||||
extern const struct ogg_codec ff_dirac_codec;
|
||||
extern const struct ogg_codec ff_flac_codec;
|
||||
extern const struct ogg_codec ff_ogm_audio_codec;
|
||||
|
||||
Reference in New Issue
Block a user