mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Merge commit 'b128be1748f3920a14a98307265df5f2d3433e1d'
* commit 'b128be1748f3920a14a98307265df5f2d3433e1d': vf_*_vaapi: Support increasing hardware frame pool size Rewritten to apply to common VAAPI code rather than specific filters. Merged-by: Mark Thompson <sw@jkqxz.net>
This commit is contained in:
@@ -40,9 +40,6 @@ typedef struct VAAPIVPPContext {
|
||||
AVBufferRef *input_frames_ref;
|
||||
AVHWFramesContext *input_frames;
|
||||
|
||||
AVBufferRef *output_frames_ref;
|
||||
AVHWFramesContext *output_frames;
|
||||
|
||||
enum AVPixelFormat output_format;
|
||||
int output_width; // computed width
|
||||
int output_height; // computed height
|
||||
|
||||
Reference in New Issue
Block a user