diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-08-26 11:31:41 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-02 22:22:02 +0200 |
commit | c45fcf30cfab687004ed1cdc06ebaa21f4262a0b (patch) | |
tree | b7ba394385830ffc6cb4fe9ad070dadb4f35699f /libavcodec/avcodec.h | |
parent | 0c7707610f46a28b65eff935500c78c9781f8f4f (diff) | |
download | ffmpeg-c45fcf30cfab687004ed1cdc06ebaa21f4262a0b.tar.gz |
DXV decoder
Support all DXDI and DXD3 normal quality videos.
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 379311f29b..9b386551c9 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -298,6 +298,7 @@ enum AVCodecID { AV_CODEC_ID_HQ_HQA, AV_CODEC_ID_HAP, AV_CODEC_ID_DDS, + AV_CODEC_ID_DXV, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |