1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-14 22:22:59 +02:00
FFmpeg/libavcodec
Xi Wang 0d3123666a cdgraphics: fix incorrect vertical offset mask in cdg_scroll()
The vertical offset mask 0x07 is suspicious.

    v_off = FFMIN(data[2] & 0x07, CDG_BORDER_HEIGHT - 1);

Note that v_off is up to 11 (CDG_BORDER_HEIGHT - 1), the correct mask
should be 0x0F.

Signed-off-by: Xi Wang <xi.wang@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-11-21 14:35:26 +01:00
..
2012-10-11 10:55:26 +01:00
2012-10-01 13:42:43 -04:00
2012-10-18 19:59:43 +01:00
2012-10-09 09:03:52 -04:00
2012-11-20 00:26:45 -05:00
2012-10-09 20:32:35 +02:00
2012-10-09 20:32:35 +02:00
2012-10-12 20:39:18 +02:00
2012-10-12 20:39:18 +02:00
2012-11-12 00:41:02 -05:00
2012-10-25 11:36:57 +02:00
2012-10-06 13:23:13 -04:00
2012-10-25 11:36:57 +02:00
2012-10-20 18:14:52 +02:00
2012-10-20 18:14:52 +02:00
2012-10-09 21:05:15 +02:00
2012-11-20 12:45:58 +01:00
2012-10-12 20:39:18 +02:00
2012-10-01 14:42:40 +02:00
2012-10-01 14:42:40 +02:00
2012-10-01 14:42:40 +02:00
2012-10-01 14:42:40 +02:00
2012-10-09 09:03:51 -04:00
2012-10-12 20:39:18 +02:00
2012-10-11 12:01:08 +02:00
2012-10-11 12:01:08 +02:00
2012-10-11 12:34:36 +02:00
2012-10-01 13:42:44 -04:00
2012-10-30 12:02:42 +01:00
2012-10-12 20:39:18 +02:00
2012-10-10 14:14:22 +02:00
2012-10-10 14:14:22 +02:00
2012-10-10 14:14:22 +02:00
2012-10-10 14:14:22 +02:00
2012-10-10 14:14:22 +02:00
2012-10-12 20:39:18 +02:00
2012-10-12 18:17:10 +03:00
2012-11-13 16:21:47 +01:00
2012-10-12 20:39:18 +02:00
2012-11-02 16:13:35 +01:00
2012-10-12 20:39:18 +02:00
2012-10-25 11:36:57 +02:00
2012-10-12 20:39:18 +02:00
2012-10-25 11:36:57 +02:00