From dc4e57489fa0f9cf4faf4c85cc405d6db77d84db Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 14 Feb 2012 17:36:20 +0000 Subject: CDXL demuxer and decoder Signed-off-by: Paul B Mahol Signed-off-by: Diego Biurrun --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 6afa140ebd..51b956ba81 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -244,6 +244,7 @@ enum CodecID { CODEC_ID_DXTORY, CODEC_ID_V410, CODEC_ID_XWD, + CODEC_ID_CDXL, /* various PCM "codecs" */ CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs -- cgit v1.2.3