[FFmpeg-devel] [PATCH] avfilter/ff_filter_frame_framed: Fix setting up filter frame

Nicolas George george at nsup.org
Mon Feb 26 16:28:16 EET 2024


Hanna Ciebiera (12024-02-26):
> Up to now filter_frame was incorrectly set up to dst->filter_frame in
> if statement. It was causing conversion failure during the
> transcoding.
> Now, when condition in if statement is met filter_frame is set up to
> default_filter_frame.
> 
> Signed-off-by: Hanna Ciebiera <hanna.ciebiera at intel.com>

Hi. This is completely wrong. And I am pretty sure with this patch the
compiler produces a new warning that tell that it is wrong.

Regards,

-- 
  Nicolas George


More information about the ffmpeg-devel mailing list