Commit b1af4e9c authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Martin Storsjö

vp8dsp: split long line.

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 32a659c7
......@@ -29,7 +29,9 @@
#include "dsputil.h"
typedef void (*vp8_mc_func)(uint8_t *dst/*align 8*/, int dstStride, uint8_t *src/*align 1*/, int srcStride, int h, int x, int y);
typedef void (*vp8_mc_func)(uint8_t *dst/*align 8*/, int dstStride,
uint8_t *src/*align 1*/, int srcStride,
int h, int x, int y);
typedef struct VP8DSPContext {
void (*vp8_luma_dc_wht)(DCTELEM block[4][4][16], DCTELEM dc[16]);
......
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