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/codec_desc.c | |
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/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 11671bf68c..7634872669 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1106,6 +1106,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("On2 VP7"), .props = AV_CODEC_PROP_LOSSY, }, + { + .id = AV_CODEC_ID_SANM, + .type = AVMEDIA_TYPE_VIDEO, + .name = "sanm", + .long_name = NULL_IF_CONFIG_SMALL("LucasArts SANM video"), + .props = AV_CODEC_PROP_LOSSY, + }, /* image codecs */ { |