diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-04-15 19:18:04 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-04-19 15:49:32 +0200 |
commit | e61b83d29e1b273a7d4d1d982aac68cf26a0a3ee (patch) | |
tree | d346767d87c4d15e6bf00e25a6238e263386170e /libavcodec | |
parent | 484a3308903d3e9a01cbc0ba2504ef3f5850c076 (diff) | |
download | ffmpeg-e61b83d29e1b273a7d4d1d982aac68cf26a0a3ee.tar.gz |
Ogg: add support for Xiph's CELT (Opus) codec.
This patch also introduces CODEC_ID_CELT.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 07bae8747d..33ae03121b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -342,6 +342,7 @@ enum CodecID { CODEC_ID_BINKAUDIO_DCT, CODEC_ID_AAC_LATM, CODEC_ID_QDMC, + CODEC_ID_CELT, /* subtitle codecs */ CODEC_ID_DVD_SUBTITLE= 0x17000, |