[FFmpeg-devel] [PATCH 3/5] avfilter/drawutils: simplify xyz format check

Niklas Haas ffmpeg at haasn.xyz
Thu Oct 26 17:05:05 EEST 2023


On Thu, 26 Oct 2023 10:13:03 -0300 James Almer <jamrial at gmail.com> wrote:
> On 10/26/2023 9:23 AM, Nicolas George wrote:
> > Niklas Haas (12023-10-26):
> >> From: Niklas Haas <git at haasn.dev>
> >>
> >> ---
> >>   libavfilter/drawutils.c | 3 ---
> >>   1 file changed, 3 deletions(-)
> > 
> > Please merge this with patch 1.
> 
> This patch reverts patch 1, so merging is basically just dropping both.
> I assume the reason he did things this way is to prevent patch 2 (an 
> avutil patch adding new API) from changing the output filter-pixfmts-pad.

Yes, exactly. But if you want, I can merge the FATE ref change into
patch 2. I just thought this way separates the logic change (bugfix in
drawutils) from the new API addition, which is IMO cleaner.


More information about the ffmpeg-devel mailing list