Files
Ayose c7a2646bc7 avfilter/vf_drawvg: values from the p() function can be used as colors.
To be able to reuse colors from the original frame, the last value returned by
`p()` is tracked in the eval state, and if it is assigned to a variable, the
original color components are copied to `color_vars`. Thus, commands like
`setcolor` and `colorstop` can use those variables:

    setvar pixel (p(0, 0))
    ...
    setcolor pixel

`fate-filter-drawvg-video` now also verifies the `p()` function.

Signed-off-by: Ayose <ayosec@gmail.com>
2026-01-04 13:42:20 +00:00
..
2025-07-03 20:18:55 +02:00
2023-11-09 12:53:35 +01:00
2025-06-11 19:19:50 +02:00
2023-11-09 12:53:35 +01:00
2022-09-05 08:02:28 +02:00
2022-12-03 19:38:11 +01:00
2022-11-06 14:39:27 +01:00
2022-10-05 14:38:51 +02:00
2022-12-03 19:38:11 +01:00
2022-12-03 19:38:11 +01:00
2023-11-09 12:53:35 +01:00