• Carl Eugen Hoyos's avatar
    lavfi/extractplanes: Fix in_pixfmts. · 0ba844a0
    Carl Eugen Hoyos authored
    If the original pix_fmt was >8 bit and not supported by the filter,
    the filter system could choose a pix_fmt with different endianness
    as input for extractplanes which broke the output because the output
    always used the endianness of the original pix_fmt.
    0ba844a0
vf_extractplanes.c 11.9 KB