diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-03-19 02:54:19 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-06 16:40:27 +0200 |
commit | a420ccd4f2a011887451a7d5e1bebba4fd7c40e2 (patch) | |
tree | 5f45fb726663335c7a326b806d533c264bd43543 /libavcodec/avcodec.h | |
parent | 5f9220437025a0d66abc68323b4ce9b50e72d51b (diff) | |
download | ffmpeg-a420ccd4f2a011887451a7d5e1bebba4fd7c40e2.tar.gz |
LucasArts SMUSH SANM video 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 439c426863..1cfb986e7d 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -289,6 +289,7 @@ enum AVCodecID { AV_CODEC_ID_PAF_VIDEO, AV_CODEC_ID_EXR, AV_CODEC_ID_VP7, + AV_CODEC_ID_SANM, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |