diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-27 00:30:51 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-22 15:23:08 +0100 |
commit | 5c018ee18895f88e9e1d2174059dcdd48bf872d2 (patch) | |
tree | 64995c7cc228bcf251cd77d7ef23976574984a39 /libavcodec/avcodec.h | |
parent | 7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7 (diff) | |
download | ffmpeg-5c018ee18895f88e9e1d2174059dcdd48bf872d2.tar.gz |
DirectDraw Surface image decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 b7c0d9576d..42e2fcf680 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -297,6 +297,7 @@ enum AVCodecID { AV_CODEC_ID_TDSC, AV_CODEC_ID_HQ_HQA, AV_CODEC_ID_HAP, + AV_CODEC_ID_DDS, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |