[FFmpeg-cvslog] avcodec/codec_desc: mark Duck TrueMotion 2.0 Real Time as intra only
Paul B Mahol
git at videolan.org
Tue Aug 21 18:14:02 EEST 2018
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Aug 21 17:11:43 2018 +0200| [24b24e14d64730ed90ae00744f091c74f30cff7a] | committer: Paul B Mahol
avcodec/codec_desc: mark Duck TrueMotion 2.0 Real Time as intra only
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24b24e14d64730ed90ae00744f091c74f30cff7a
---
libavcodec/codec_desc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 1779149091..af66b35d2b 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -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,
More information about the ffmpeg-cvslog
mailing list