[FFmpeg-user] rgb8

Nicolas George george at nsup.org
Wed May 31 10:54:46 EEST 2023


Michael Koch (12023-05-31):
> Couldn't this be simplified with a new filter "set_pixel_format" which tells
> FFmpeg to interpret the data as a different pixel format, without making any
> modifications to the data?
> In my case the data is already correct. It's only labeled incorrectly.

This is absurd. If you have a bug in a part of the code, you either (1)
change the code to fix the bug or (2) use the code as is to walk around
the bug, but writing code to walk around the bug is just a waste of
effort.

-- 
  Nicolas George


More information about the ffmpeg-user mailing list