On 09/22/2012 04:59 AM, Derek Buitenhuis wrote:
> On 21/09/2012 10:38 PM, Derek Buitenhuis wrote:
>>> Signed-off-by: Derek Buitenhuis <[email protected]>
>>> ---
>>> Shame? I feel no shame.
>>> ---
>>>  libswscale/swscale_unscaled.c |  151 
>>> +++++++++++++++++++++++++++++++++++++++++
>>>  libswscale/utils.c            |    2 +-
>>>  2 files changed, 152 insertions(+), 1 deletion(-)
>>
>> Um, this is actually supposed to be titled:
>>
>> "swscale: Add support for unscaled Packed RGB -> Planar RGB"
>>
>> Looks like spending time in swscale ruined by brain.
> 
> Actually, please disregard this patch for now... seems it merely crashes
> with YUV input. I will try and fix this tomorrow and send a v2.

Figured out what is wrong:

in swScale we do not cover planar RGB and our planar functions do not
support the situation.

Currently I'm preparing a patch to add another function for it in the
context, set it in the output.c and use it in swscale.c

We might consider overhauling that part but might take even more time,
thanks for your contribution and sorry if you got let down by the mess
that swscale is.

lu

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to