diff options
author | Niklas Haas <git@haasn.dev> | 2023-05-05 11:44:00 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2023-05-14 11:21:43 +0200 |
commit | 2d5e137207474d2702320ea50d142fce4628709f (patch) | |
tree | f7c158a683d9625f2bdc86673056d039758dc88d /README.md | |
parent | 482d81378fe00e620776e096c75320210efe5fa3 (diff) | |
download | ffmpeg-2d5e137207474d2702320ea50d142fce4628709f.tar.gz |
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.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions