mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avfilter/vf_transpose_npp: Use correct array name
Fixes build failures since 18ec426a86.
Found-by: Gregory Beauregard
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
96491430c2
commit
c44c03221d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue