• Martin Storsjö's avatar
    swscale: Disallow conversion to GBRP16 · d192ac3e
    Martin Storsjö authored
    This reverts parts of d6d5ef55, that didn't work right. (The
    tests that were added failed on big endian, and the output looked
    garbled on little endian as well.)
    
    This is due to the fact that the intermediate scaling values (from
    e.g. hScale8To19_c or hScale16To19_c) are stored as int32_t and
    thus requires a separate output function, while yuv2gbrp_full_X_c
    only interprets it as int16_t.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    d192ac3e
Name
Last commit
Last update
..
bfin Loading commit data...
ppc Loading commit data...
sparc Loading commit data...
x86 Loading commit data...
Makefile Loading commit data...
colorspace-test.c Loading commit data...
input.c Loading commit data...
libswscale.v Loading commit data...
options.c Loading commit data...
output.c Loading commit data...
rgb2rgb.c Loading commit data...
rgb2rgb.h Loading commit data...
rgb2rgb_template.c Loading commit data...
swscale-test.c Loading commit data...
swscale.c Loading commit data...
swscale.h Loading commit data...
swscale_internal.h Loading commit data...
swscale_unscaled.c Loading commit data...
utils.c Loading commit data...
version.h Loading commit data...
yuv2rgb.c Loading commit data...