]> git.sesse.net Git - ffmpeg/commitdiff
libavcodec/rscc.c: add missing semicolon
authorMateusz <mateuszb@poczta.onet.pl>
Thu, 31 Jan 2019 15:36:59 +0000 (16:36 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 31 Jan 2019 16:16:39 +0000 (17:16 +0100)
Signed-off-by: Mateusz Brzostek <mateuszb@poczta.onet.pl>
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/rscc.c

index e4b51973d80c8d13ee3780a80dac389d224ba9f3..7d4e842cd3f81b52c788f81258616a8e2abd1781 100644 (file)
@@ -64,7 +64,7 @@ typedef struct RsccContext {
     /* zlib interaction */
     uint8_t *inflated_buf;
     uLongf inflated_size;
-    int valid_pixels
+    int valid_pixels;
 } RsccContext;
 
 static av_cold int rscc_init(AVCodecContext *avctx)