avcodec/codec_desc: mark Duck TrueMotion 2.0 Real Time as intra only

This commit is contained in:
Paul B Mahol 2018-08-21 17:11:43 +02:00
parent dc2d56a66b
commit 24b24e14d6

View File

@ -1523,7 +1523,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
.name = "truemotion2rt", .name = "truemotion2rt",
.long_name = NULL_IF_CONFIG_SMALL("Duck TrueMotion 2.0 Real Time"), .long_name = NULL_IF_CONFIG_SMALL("Duck TrueMotion 2.0 Real Time"),
.props = AV_CODEC_PROP_LOSSY, .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
}, },
{ {
.id = AV_CODEC_ID_M101, .id = AV_CODEC_ID_M101,