X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhevcdsp.c;h=76ae72b6d4c9762370761509c27a01a38685f3b4;hb=426f5e66a6cb9a453782e9f06c524104c1c3ed02;hp=23e923f8e58cf1f15a5e88df014c19e2cda6d086;hpb=15bca8c67dfe2182cadeb08959d085a1a0716715;p=ffmpeg diff --git a/libavcodec/hevcdsp.c b/libavcodec/hevcdsp.c index 23e923f8e58..76ae72b6d4c 100644 --- a/libavcodec/hevcdsp.c +++ b/libavcodec/hevcdsp.c @@ -257,6 +257,8 @@ int i = 0; break; } + if (ARCH_PPC) + ff_hevc_dsp_init_ppc(hevcdsp, bit_depth); if (ARCH_X86) ff_hevc_dsp_init_x86(hevcdsp, bit_depth); if (ARCH_ARM)