diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-02-14 17:36:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-14 22:32:53 +0100 |
commit | dc4e57489fa0f9cf4faf4c85cc405d6db77d84db (patch) | |
tree | 3bac4e2127c94dc0c1388ceec175aa68992f0b76 /libavcodec/avcodec.h | |
parent | c1df37e59b516e9da47f0e9f7df748beafb2fc90 (diff) | |
download | ffmpeg-dc4e57489fa0f9cf4faf4c85cc405d6db77d84db.tar.gz |
CDXL demuxer and decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/avcodec.h')
-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 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 |