[FFmpeg-devel] [PATCH 1/2] fftools/ffplay: add missing YUV metadata to buffersrc
Zhao Zhili
quinkblack at foxmail.com
Fri Jan 26 12:17:30 EET 2024
> On Jan 26, 2024, at 17:36, Anton Khirnov <anton at khirnov.net> wrote:
>
> Quoting Niklas Haas (2024-01-10 10:05:46)
>> From: Niklas Haas <git at haasn.dev>
>>
>> Fixes error spam from the `ffplay` tool since commit 2d555dc82d, caused
>> by an oversight on my part - I didn't notice during development that
>> `ffplay` goes through its own filtering code path separate from
>> fftools/ffmpeg_filter.c
>
> Wouldn't the same issue affect any other caller?
Firstly, can avfilter support color range/space change from unspecified to a specified value
on the first frame? I think it should silent the log most of the cases.
Secondly, log once for non-serious case.
>
> --
> Anton Khirnov
> _______________________________________________
> 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