]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_transpose: Fix used plane count.
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 24 Jan 2018 18:38:05 +0000 (19:38 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 27 Jan 2018 03:29:30 +0000 (04:29 +0100)
commitc6939f65a116b1ffed345d29d8621ee4ffb32235
tree8034cc7cc450c3a69665d26bf0234bc2e203c25f
parent23ffeb91fe46f6f95348731396ccfdb7fbff0337
avfilter/vf_transpose: Fix used plane count.

Fixes out of array access
Fixes: poc.mp4
Found-by: GwanYeong Kim <gy741.kim@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavfilter/vf_transpose.c