summaryrefslogtreecommitdiff
path: root/libavfilter/vf_transpose_opencl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_transpose_opencl.c')
-rw-r--r--libavfilter/vf_transpose_opencl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_transpose_opencl.c b/libavfilter/vf_transpose_opencl.c
index 2877d3c826..17c237ffd3 100644
--- a/libavfilter/vf_transpose_opencl.c
+++ b/libavfilter/vf_transpose_opencl.c
@@ -256,7 +256,7 @@ static const AVFilterPad transpose_opencl_inputs[] = {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
- .get_video_buffer = get_video_buffer,
+ .get_buffer.video = get_video_buffer,
.filter_frame = &transpose_opencl_filter_frame,
.config_props = &ff_opencl_filter_config_input,
},