summaryrefslogtreecommitdiff
path: root/libavfilter/vaapi_vpp.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-02-12 22:44:28 +0000
committerMark Thompson <sw@jkqxz.net>2018-02-12 22:44:28 +0000
commitb4fca397dd40e8c073c839716bcf5e240a348d73 (patch)
tree26006702a5f4c367d908ef3dd94f638a51c193e2 /libavfilter/vaapi_vpp.h
parentbcab11a1a23d8b156198db352bbdb932740a966c (diff)
parentb128be1748f3920a14a98307265df5f2d3433e1d (diff)
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>
Diffstat (limited to 'libavfilter/vaapi_vpp.h')
-rw-r--r--libavfilter/vaapi_vpp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/vaapi_vpp.h b/libavfilter/vaapi_vpp.h
index 83e0ec1cc2..0bc31018d4 100644
--- a/libavfilter/vaapi_vpp.h
+++ b/libavfilter/vaapi_vpp.h
@@ -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