[FFmpeg-devel] [PATCH 1/2] codec_desc: drop the INTRA_ONLY property from TAK

Paul B Mahol onemda at gmail.com
Tue Jun 9 14:34:21 EEST 2020


Not correct at all decoder is intra only it just have weird container,
this also makes it single threaded and much slower.

On 6/9/20, Anton Khirnov <anton at khirnov.net> wrote:
> It has key frames and non-key frames, so it is not intra-only.
> ---
>  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 9f8847544f..f0f71e1074 100644
> --- a/libavcodec/codec_desc.c
> +++ b/libavcodec/codec_desc.c
> @@ -2897,7 +2897,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,
> --
> 2.26.2
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list