[FFmpeg-cvslog] vf_colormatrix: add missing semicolon

Paul B Mahol git at videolan.org
Mon Jul 23 22:00:03 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Jul 23 19:53:33 2012 +0000| [ebe846fa7311d91421ee801bcf8a898a7c11fe6b] | committer: Paul B Mahol

vf_colormatrix: add missing semicolon

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ebe846fa7311d91421ee801bcf8a898a7c11fe6b
---

 libavfilter/vf_colormatrix.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c
index bb66bd3..45bff8f 100644
--- a/libavfilter/vf_colormatrix.c
+++ b/libavfilter/vf_colormatrix.c
@@ -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]



More information about the ffmpeg-cvslog mailing list