Commit 6596b349 authored by James Almer's avatar James Almer

avcodec/lossless_videodsp: add missing call to ff_llviddsp_init_ppc()

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 6d4c9f2a
......@@ -107,6 +107,8 @@ void ff_llviddsp_init(LLVidDSPContext *c)
c->add_left_pred_int16 = add_left_pred_int16_c;
if (ARCH_PPC)
ff_llviddsp_init_ppc(c);
if (ARCH_X86)
ff_llviddsp_init_x86(c);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment