summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2011-09-26 13:19:05 +0200
committerDiego Biurrun <diego@biurrun.de>2011-09-26 13:51:29 +0200
commit4ca59d19485afce923c6f1d8ccef980011b76f50 (patch)
treebb21190089a9b8f4d4d0d900036b733acedda130 /libavcodec/avcodec.h
parentb15a9888a8f8e8cc9784ffd8d5d0307900fb78bb (diff)
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>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a7defa0c4c..4d61f44e9c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -341,6 +341,7 @@ enum CodecID {
CODEC_ID_BINKAUDIO_DCT,
CODEC_ID_AAC_LATM,
CODEC_ID_QDMC,
+ CODEC_ID_CELT,
/* subtitle codecs */
CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.