vp8dsp: split long line.
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 17 Feb 2012 05:42:55 +0000 (21:42 -0800)
committerMartin Storsjö <martin@martin.st>
Sat, 18 Feb 2012 00:32:09 +0000 (02:32 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/vp8dsp.h

index 5429e98..81e19f4 100644 (file)
@@ -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]);