[FFmpeg-cvslog] codec_desc: drop the INTRA_ONLY property from TAK

Anton Khirnov git at videolan.org
Tue Jul 7 12:36:21 EEST 2020


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Jun  9 12:41:09 2020 +0200| [7321614a1b29ba4e92b47c5786a1739baaa25f9b] | committer: Anton Khirnov

codec_desc: drop the INTRA_ONLY property from TAK

It has key frames and non-key frames, so it is not intra-only.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7321614a1b29ba4e92b47c5786a1739baaa25f9b
---

 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 67e0a3055c..ced00bd34c 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2904,7 +2904,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .type      = AVMEDIA_TYPE_AUDIO,
         .name      = "tak",
         .long_name = NULL_IF_CONFIG_SMALL("TAK (Tom's lossless Audio Kompressor)"),
-        .props     = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
+        .props     = AV_CODEC_PROP_LOSSLESS,
     },
     {
         .id        = AV_CODEC_ID_METASOUND,



More information about the ffmpeg-cvslog mailing list