X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhevcdsp.c;h=76ae72b6d4c9762370761509c27a01a38685f3b4;hb=a0296fc056f0d86943c697c505a181744b07dd45;hp=23e923f8e58cf1f15a5e88df014c19e2cda6d086;hpb=9ae1ffe64126bda204e498c83e414dad7ff078f8;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)