]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hevcdsp.c
avcodec/cuvid: use capability check instead of dummy decoder
[ffmpeg] / libavcodec / hevcdsp.c
index 23e923f8e58cf1f15a5e88df014c19e2cda6d086..76ae72b6d4c9762370761509c27a01a38685f3b4 100644 (file)
@@ -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)