mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/vvc: Use static const for function table
This commit is contained in:
parent
906b883e7b
commit
0e5f8ddc1d
|
@ -565,7 +565,7 @@ static void task_run_stage(VVCTask *t, VVCContext *s, VVCLocalContext *lc)
|
|||
VVCFrameContext *fc = t->fc;
|
||||
VVCFrameThread *ft = fc->ft;
|
||||
const VVCTaskStage stage = t->stage;
|
||||
run_func run[] = {
|
||||
static const run_func run[] = {
|
||||
run_parse,
|
||||
run_inter,
|
||||
run_recon,
|
||||
|
|
Loading…
Reference in New Issue