On Fri, 27 Oct 2023 23:42:41 +0200 Michael Niedermayer <mich...@niedermayer.cc> 
wrote:
> the av_log() message will be wrong if this path is unused

Well, this is a problem even if we move the log printing to context
reinit after sws_setColorspaceDetails, because it will still get printed
on the initial init (before range is known), unless we move it to
sws_scale_frame() itself. But then we would need to keep track also of
whether or not we already printed this.

Since this is just a developer-facing debug message, I'll probably just
reword it.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to