]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ppc/lossless_videodsp_altivec.c
lavf/segment: fix crash when failing to open segment list
[ffmpeg] / libavcodec / ppc / lossless_videodsp_altivec.c
index e17abaa8f9ce76639dcd48835511bb7559781c30..c388dc33affd193bfe6b2f0649c25d4ddb8329c7 100644 (file)
@@ -51,7 +51,7 @@ static void add_bytes_altivec(uint8_t *dst, uint8_t *src, intptr_t w)
 }
 #endif /* HAVE_ALTIVEC */
 
-av_cold void ff_llviddsp_init_ppc(LLVidDSPContext *c, AVCodecContext *avctx)
+av_cold void ff_llviddsp_init_ppc(LLVidDSPContext *c)
 {
 #if HAVE_ALTIVEC
     if (!PPC_ALTIVEC(av_get_cpu_flags()))