[FFmpeg-cvslog] swscale: fix 12 and 14 bit YUV planar output with scaling.

compn tempn at twmi.rr.com
Sat Dec 1 06:51:39 CET 2012


On Sat,  1 Dec 2012 04:09:36 +0100 (CET), Michael Niedermayer wrote:
>swscale: fix 12 and 14 bit YUV planar output with scaling.
>
>diff --git a/libswscale/output.c b/libswscale/output.c
>index 8306298..8c20068 100644
>--- a/libswscale/output.c
>+++ b/libswscale/output.c
>@@ -244,6 +244,10 @@ yuv2NBPS( 9, BE, 1, 10, int16_t)
> yuv2NBPS( 9, LE, 0, 10, int16_t)
> yuv2NBPS(10, BE, 1, 10, int16_t)
> yuv2NBPS(10, LE, 0, 10, int16_t)
>+yuv2NBPS(12, BE, 1, 10, int16_t)
>+yuv2NBPS(12, LE, 0, 10, int16_t)
>+yuv2NBPS(14, BE, 1, 10, int16_t)
>+yuv2NBPS(14, LE, 0, 10, int16_t)

so someone forgot to add these here when they added these colorspaces?
should we leave a note in the other list to add it to output.c as well?

-compn


More information about the ffmpeg-cvslog mailing list