From c85d04251df613db0e94a0bca50dbedfd38f41dd Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 6 Apr 2016 11:02:39 +0200 Subject: avcodec: add TrueMotion 2.0 Real Time decoder Signed-off-by: Paul B Mahol --- libavcodec/codec_desc.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libavcodec/codec_desc.c') diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index b9c0c994d7..7b48ee61c7 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1528,6 +1528,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("Cineform HD"), .props = AV_CODEC_PROP_LOSSY, }, + { + .id = AV_CODEC_ID_TRUEMOTION2RT, + .type = AVMEDIA_TYPE_VIDEO, + .name = "truemotion2rt", + .long_name = NULL_IF_CONFIG_SMALL("Duck TrueMotion 2.0 Real Time"), + .props = AV_CODEC_PROP_LOSSY, + }, /* various PCM "codecs" */ { -- cgit v1.2.3