mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
vf_colormatrix: add missing semicolon
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
2cb4d51654
commit
ebe846fa73
@ -61,7 +61,7 @@ typedef struct {
|
||||
char src[256];
|
||||
char dst[256];
|
||||
int hsub, vsub;
|
||||
AVFilterBufferRef *outpicref
|
||||
AVFilterBufferRef *outpicref;
|
||||
} ColorMatrixContext;
|
||||
|
||||
#define ma m[0][0]
|
||||
|
Loading…
Reference in New Issue
Block a user