1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-03 14:32:16 +02:00
FFmpeg/libavfilter
Stefano Sabatini 2b550beb22 vf_lut: add plane validity check in draw_slice()
The value for inpic->data[plane] with plane >=4 is undefined, and it
will contain in general random data. This change adds a check for
exiting the loop when plane reaches the value 4.

Fix crash (occurring for example with: format=rgba,lut).
2011-07-02 15:21:05 +02:00
..
2011-06-26 19:49:24 +02:00
2011-06-02 20:06:00 +01:00
2011-05-25 12:54:07 +02:00
2011-06-26 19:49:24 +02:00