OSDN Git Service

lavfi/extractplanes: Fix in_pixfmts.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 7 Mar 2016 10:59:36 +0000 (11:59 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 7 Mar 2016 10:59:36 +0000 (11:59 +0100)
commit0ba844a053da5e409a36a8159adb16aea5b5dd71
tree2da0db914fa61350f2f17ebc1b92f31a15e2f3d4
parentb872b98bb4666ee4f23b3e9a47d0f6085c0c1b3a
lavfi/extractplanes: Fix in_pixfmts.

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.
libavfilter/version.h
libavfilter/vf_extractplanes.c