GNOME Bugzilla – Bug 164265
[PATCH][ffmpegcolorspace] Converting from an RGB image with an alpha channel assumes RGBA32
Last modified: 2005-01-17 14:08:03 UTC
Converting from an RGB image with an alpha channel always sets context->pixfmt to PIX_FMT_RGBA32. However, with my recent patch, pngdec was fixed to emit BGRA32. ffmpegcolorspace should be able to decide which one of this two should be used. Patch to teach it to do so is attached.
Created attachment 36104 [details] [review] Proposed patch
Obvious - applied, thanks.