On Mon, Jun 13, 2011 at 09:57:40AM -0400, Ronald S. Bultje wrote: > From: Michael Niedermayer <[email protected]> > > YUV planes were marked as uint16_t, but they contained signed data. > Fixes issue 1108 and 675. > > Signed-off-by: Ronald S. Bultje <[email protected]> > --- > libswscale/swscale.c | 10 +++++----- > libswscale/swscale_internal.h | 4 ++-- > tests/ref/lavf/pixfmt | 4 ++-- > tests/ref/lavfi/pixdesc_be | 4 ++-- > tests/ref/lavfi/pixdesc_le | 4 ++-- > tests/ref/lavfi/pixfmts_copy_le | 4 ++-- > tests/ref/lavfi/pixfmts_hflip_le | 4 ++-- > tests/ref/lavfi/pixfmts_null_le | 4 ++-- > tests/ref/lavfi/pixfmts_pad_le | 4 ++-- > tests/ref/lavfi/pixfmts_scale_le | 4 ++-- > tests/ref/lavfi/pixfmts_vflip_le | 4 ++-- > 11 files changed, 25 insertions(+), 25 deletions(-)
looks ok _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
