diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2011-12-09 11:06:02 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-10 11:58:03 +0100 |
commit | 19341c58e0f7210046286e08ae5f955a14ee3e3f (patch) | |
tree | d3225ebef5af43bce0192c5d533635fcf753ec31 /libavcodec/avcodec.h | |
parent | 4c386333529dd773e673e1366d1f6243d2c5af92 (diff) | |
download | ffmpeg-19341c58e0f7210046286e08ae5f955a14ee3e3f.tar.gz |
Dxtory capture format decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 83fb39b99e..669afe80ba 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -252,6 +252,7 @@ enum CodecID { CODEC_ID_UTVIDEO, CODEC_ID_BMV_VIDEO, CODEC_ID_VBLE, + CODEC_ID_DXTORY, /* various PCM "codecs" */ CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |