summaryrefslogtreecommitdiff
path: root/libavfilter/vf_transpose_npp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_transpose_npp.c')
-rw-r--r--libavfilter/vf_transpose_npp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_transpose_npp.c b/libavfilter/vf_transpose_npp.c
index 5c8226b71b..ad79d22f7f 100644
--- a/libavfilter/vf_transpose_npp.c
+++ b/libavfilter/vf_transpose_npp.c
@@ -117,7 +117,7 @@ static int npptranspose_query_formats(AVFilterContext *ctx)
AV_PIX_FMT_CUDA, AV_PIX_FMT_NONE,
};
- return ff_set_common_formats_from_list(ctx, pixel_fmts);
+ return ff_set_common_formats_from_list(ctx, pixel_formats);
}
static int init_stage(NPPTransposeStageContext *stage, AVBufferRef *device_ctx)