1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavfilter
Niklas Haas 2d5e137207 lavfi/vf_libplacebo: split and refactor logic
This commit contains no functional change. The goal is merely to
separate the highly intertwined `filter_frame` and `process_frames`
functions into their separate concerns, specifically to separate frame
uploading (which is now done directly in `filter_frame`) from emitting a
frame (which is now done by a dedicated function `output_frame`).

The overall idea here is to be able to ultimately call `output_frame`
multiple times, to e.g. emit several output frames for a single input
frame.
2023-05-14 11:21:43 +02:00
..
2023-04-28 11:07:41 +08:00
2022-12-19 20:43:58 +01:00
2023-05-10 13:56:34 +02:00
2023-05-04 19:20:03 -03:00
2023-05-14 11:10:50 +02:00
2023-03-29 00:15:19 +02:00
2022-12-08 13:03:42 +01:00
2023-04-28 11:07:41 +08:00