Commit 05c8f119 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Janne Grunau

proresdsp: fix function prototypes.

Signed-off-by: 's avatarJanne Grunau <janne-libav@jannau.net>
parent f78cd0c2
......@@ -23,11 +23,11 @@
#include "libavcodec/proresdsp.h"
void ff_prores_idct_put_10_sse2(uint16_t *dst, int linesize,
DCTELEM *block);
DCTELEM *block, const int16_t *qmat);
void ff_prores_idct_put_10_sse4(uint16_t *dst, int linesize,
DCTELEM *block);
DCTELEM *block, const int16_t *qmat);
void ff_prores_idct_put_10_avx (uint16_t *dst, int linesize,
DCTELEM *block);
DCTELEM *block, const int16_t *qmat);
void ff_proresdsp_x86_init(ProresDSPContext *dsp)
{
......
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