Mark Himsley
19d82cb14c
fade: fix draw_slice() check on fade->factor value
...
draw_slice() checks that the fade factor is < 65536 and only
calculates the fade if so. But the fade factor is clipped in
end_frame() by av_clip_uint16() to 65535, so the fade is calculated
for every frame. This patch alters the check so that it compares with
< 65535 (UINT16_MAX).
2011-03-18 23:25:33 +01:00
..
2011-03-17 19:09:45 +01:00
2011-02-18 19:39:42 +01:00
2010-08-20 23:16:51 +00:00
2011-02-22 01:49:45 +01:00
2010-09-25 01:57:01 +00:00
2011-02-16 23:00:30 +01:00
2011-03-17 17:26:45 +01:00
2011-02-16 23:00:30 +01:00
2011-02-06 20:31:42 +01:00
2011-02-06 20:31:42 +01:00
2011-02-16 23:00:30 +01:00
2011-02-21 14:09:08 +00:00
2011-02-21 14:09:08 +00:00
2010-11-28 10:22:58 +00:00
2010-12-12 17:59:10 +00:00
2011-02-06 20:31:42 +01:00
2011-01-28 03:15:32 +01:00
2010-01-16 04:49:02 +00:00
2011-02-25 15:34:20 +01:00
2011-02-14 13:07:21 +00:00
2010-11-28 10:22:58 +00:00
2010-12-28 01:01:09 +00:00
2011-02-16 23:00:30 +01:00
2011-02-16 23:00:30 +01:00
2011-02-16 23:00:30 +01:00
2011-02-22 01:49:54 +01:00
2011-03-18 23:25:33 +01:00
2010-11-28 10:22:58 +00:00
2010-11-28 10:22:58 +00:00
2011-02-16 23:00:30 +01:00
2011-02-16 23:00:30 +01:00
2011-02-16 23:00:30 +01:00
2010-12-04 13:03:42 +00:00
2010-12-26 11:27:09 +00:00
2011-02-16 23:00:30 +01:00
2010-04-20 14:45:34 +00:00
2011-02-16 23:00:30 +01:00
2011-02-21 14:09:46 +00:00
2010-11-28 10:22:58 +00:00
2011-01-16 20:11:46 +00:00
2011-01-30 03:40:59 +01:00
2010-11-28 10:22:58 +00:00
2010-11-28 10:22:58 +00:00
2011-02-16 23:00:30 +01:00
2010-11-28 10:22:58 +00:00
2010-12-27 15:10:21 +00:00
2011-03-08 02:08:31 +01:00
2010-09-24 20:41:14 +00:00
2011-02-16 23:00:30 +01:00
2010-12-09 17:27:33 +00:00
2011-02-21 14:09:46 +00:00
2011-02-16 23:00:30 +01:00
2011-02-16 23:00:30 +01:00
2011-02-18 19:39:42 +01:00