1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

lavfi: move AVFilterLink.hw_frames_ctx to FilterLink

This commit is contained in:
Anton Khirnov
2024-08-05 18:00:30 +02:00
parent ce24b5ba8f
commit 7f17e0e6dd
42 changed files with 326 additions and 193 deletions

View File

@@ -641,12 +641,6 @@ struct AVFilterLink {
* cleared when a frame is filtered.
*/
int frame_wanted_out;
/**
* For hwaccel pixel formats, this should be a reference to the
* AVHWFramesContext describing the frames.
*/
AVBufferRef *hw_frames_ctx;
};
/**