diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-28 21:18:23 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-07-02 07:14:44 +0200 |
commit | edf35d83429b1cba76ae8fd4717bdd5e6a9fe0eb (patch) | |
tree | 5935b6a1e18a32fa59bd0c297673e6e058686d9a /libavcodec/avcodec.h | |
parent | a87b17f3283aada762820f1b797eeb7a2dff6c61 (diff) | |
download | ffmpeg-edf35d83429b1cba76ae8fd4717bdd5e6a9fe0eb.tar.gz |
MS ATC Screen (aka MSS3) decoder
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 5ba021c873..2b70b96779 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -256,6 +256,7 @@ enum CodecID { CODEC_ID_XBM, CODEC_ID_ZEROCODEC, CODEC_ID_MSS1, + CODEC_ID_MSA1, /* various PCM "codecs" */ CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |