diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-15 20:37:37 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-20 19:08:10 +0200 |
commit | 005c80b645cc6ab5f30cbc3e10ab66a15dfd107e (patch) | |
tree | 4933eec96d3ac9c5aeebd48ebb8beade88d0bdb3 /libavcodec/avcodec.h | |
parent | 43886eaebc8e803a2f90051afd03068be47e398f (diff) | |
download | ffmpeg-005c80b645cc6ab5f30cbc3e10ab66a15dfd107e.tar.gz |
MS Screen 1 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 eac68946b2..5ba021c873 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -255,6 +255,7 @@ enum CodecID { CODEC_ID_CDXL, CODEC_ID_XBM, CODEC_ID_ZEROCODEC, + CODEC_ID_MSS1, /* various PCM "codecs" */ CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |