X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhevcdsp.c;h=3eae5419dd95f37621d48a384ed228043c34f41d;hb=7f53f1136346c83093219b260d5c95461f64193e;hp=218c48f84c46418dc07d8c70542ab31a03fe9c18;hpb=ab0f78ea77779e9f87015910ef235b6d1e6d2ccb;p=ffmpeg diff --git a/libavcodec/hevcdsp.c b/libavcodec/hevcdsp.c index 218c48f84c4..3eae5419dd9 100644 --- a/libavcodec/hevcdsp.c +++ b/libavcodec/hevcdsp.c @@ -247,5 +247,7 @@ int i = 0; HEVC_DSP(8); break; } - if (ARCH_X86) ff_hevcdsp_init_x86(hevcdsp, bit_depth); + + if (ARCH_X86) + ff_hevc_dsp_init_x86(hevcdsp, bit_depth); }