ffmpeg/libavfilter
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
2010-08-20 23:16:51 +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-21 14:09:08 +00:00
2011-02-21 14:09:08 +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-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
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-16 23:00:30 +01:00
2011-02-16 23:00:30 +01:00