diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-11 20:44:00 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-03-13 19:48:14 +0000 |
commit | 247e370e2a913db52ca079b347a174c8d393b171 (patch) | |
tree | c3e36af036c6daafa2d85be8f654a65ab97106e1 /libavcodec/codec_desc.c | |
parent | 5a0e953c2465be9d449d5f523c3d3e2b886910b2 (diff) | |
download | ffmpeg-247e370e2a913db52ca079b347a174c8d393b171.tar.gz |
TDSC 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 747ebe820e..de46704349 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1286,6 +1286,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS, }, { + .id = AV_CODEC_ID_TDSC, + .type = AVMEDIA_TYPE_VIDEO, + .name = "tdsc", + .long_name = NULL_IF_CONFIG_SMALL("TDSC"), + .props = AV_CODEC_PROP_LOSSY, + }, + { .id = AV_CODEC_ID_TIFF, .type = AVMEDIA_TYPE_VIDEO, .name = "tiff", |