You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
vf_colormatrix: add missing semicolon
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -61,7 +61,7 @@ typedef struct {
|
|||||||
char src[256];
|
char src[256];
|
||||||
char dst[256];
|
char dst[256];
|
||||||
int hsub, vsub;
|
int hsub, vsub;
|
||||||
AVFilterBufferRef *outpicref
|
AVFilterBufferRef *outpicref;
|
||||||
} ColorMatrixContext;
|
} ColorMatrixContext;
|
||||||
|
|
||||||
#define ma m[0][0]
|
#define ma m[0][0]
|
||||||
|
Reference in New Issue
Block a user