Browse Source

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

tags/n4.1
Paul B Mahol 7 years ago
parent
commit
24b24e14d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/codec_desc.c

+ 1
- 1
libavcodec/codec_desc.c View File

@@ -1523,7 +1523,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.type = AVMEDIA_TYPE_VIDEO,
.name = "truemotion2rt",
.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,


Loading…
Cancel
Save