mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
vp8dsp: split long line.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
32a659c758
commit
b1af4e9c27
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user