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