1
0
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:
Paul B Mahol
2012-07-23 19:53:33 +00:00
parent 2cb4d51654
commit ebe846fa73

View File

@@ -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]