• 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
..
crop Loading commit data...
crop_scale Loading commit data...
crop_scale_vflip Loading commit data...
crop_vflip Loading commit data...
null Loading commit data...
pixdesc Loading commit data...
pixfmts_copy Loading commit data...
pixfmts_crop Loading commit data...
pixfmts_hflip Loading commit data...
pixfmts_null Loading commit data...
pixfmts_pad Loading commit data...
pixfmts_scale Loading commit data...
pixfmts_vflip Loading commit data...
scale200 Loading commit data...
scale500 Loading commit data...
vflip Loading commit data...
vflip_crop Loading commit data...
vflip_vflip Loading commit data...