1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavfilter
Niklas Haas 93c7e8c0ae lavfi/vf_libplacebo: factor out ref frame logic
Instead of finding the ref frame in output_frame() and then passing its
signature to update_crops(), pull out the logic and invoke it a second
time inside update_crops().

This may seem wasteful at present, but will actually become required in
the future, since update_crops() runs on *every* input, and needs values
specific to that input (which the signature isn't), while output_frame()
is only interested in a single input. It's much easier to just split the
logic cleanly.
2023-06-20 17:09:57 +02:00
..
2023-05-29 00:42:01 +02:00
2023-06-17 21:33:01 +02:00
2023-05-14 11:10:50 +02:00
2023-05-25 19:52:04 +02:00
2023-03-29 00:15:19 +02:00
2023-05-29 00:41:56 +02:00
2023-04-28 11:07:41 +08:00