]> git.sesse.net Git - ffmpeg/commitdiff
codec_desc: drop the INTRA_ONLY property from TAK
authorAnton Khirnov <anton@khirnov.net>
Tue, 9 Jun 2020 10:41:09 +0000 (12:41 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 7 Jul 2020 09:03:02 +0000 (11:03 +0200)
It has key frames and non-key frames, so it is not intra-only.

libavcodec/codec_desc.c

index 67e0a3055cd63db7802f67b87b454b1c90217b11..ced00bd34cd44bf40da6fd7dee7178c85c1d42e7 100644 (file)
@@ -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,