1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
FFmpeg/libavcodec
Calvin Walton 108958e43d librsvgdec: Fix frame clearing code
The existing code attempts to clear the frame by painting in OVER
mode with transparent black - which is a no-op. As a result if you
have many input frames (e.g. you're using a sequence of svg files),
you'll start to see new frames drawn over old frames as memory gets
re-used.

Switch the code to paint using the CLEAR compositing operator,
which fills every channel with 0 values (setting a source colour
is not required).
2018-02-02 15:36:21 +00:00
..
2017-10-03 19:47:37 -03:00
2017-11-12 16:00:27 +00:00
2017-11-09 19:49:32 +01:00
2018-01-05 03:35:48 +01:00
2018-01-23 21:48:31 +01:00
2017-10-03 19:47:37 -03:00
2017-10-03 19:47:37 -03:00
2017-08-30 12:13:01 +02:00
2017-09-16 19:55:03 +02:00
2017-08-30 12:13:01 +02:00
2017-10-03 19:47:37 -03:00
2017-12-10 14:43:01 +01:00
2017-12-11 00:42:26 -03:00
2017-10-03 19:47:37 -03:00
2017-11-26 21:41:14 +00:00
2017-10-03 19:47:37 -03:00
2017-12-10 14:43:01 +01:00
2017-12-10 14:43:01 +01:00
2018-01-03 13:00:06 -05:00
2017-12-19 23:22:35 +00:00
2017-08-07 13:09:41 +02:00
2017-07-26 06:13:05 +07:00
2017-09-10 19:08:23 +02:00
2017-09-22 01:33:22 +02:00
2017-11-03 13:33:14 +01:00
2017-10-04 23:14:37 +01:00
2017-12-19 23:21:59 +00:00
2017-12-19 23:21:59 +00:00
2017-12-19 23:21:59 +00:00
2017-09-22 01:33:22 +02:00
2017-10-03 19:47:37 -03:00
2017-08-13 19:58:40 +02:00
2017-07-24 17:52:42 +02:00