diff options
author | Ronald S. Bultje | 2012-02-16 21:42:55 -0800 |
---|---|---|
committer | Martin Storsjö | 2012-02-18 02:32:09 +0200 |
commit | b1af4e9c27e2cd4a7deab26b88feae8490d673ba (patch) | |
tree | 8cacb7a62ae8ba0eef4fb6660c86bd729438fec1 /libavcodec/vp8dsp.h | |
parent | 32a659c758bf2ddd8ad48f18c06fa77444341286 (diff) |
vp8dsp: split long line.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/vp8dsp.h')
-rw-r--r-- | libavcodec/vp8dsp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/vp8dsp.h b/libavcodec/vp8dsp.h index 5429e98c2a..81e19f435b 100644 --- a/libavcodec/vp8dsp.h +++ b/libavcodec/vp8dsp.h @@ -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]); |