libavcodec/rscc.c: add missing semicolon

Signed-off-by: Mateusz Brzostek <mateuszb@poczta.onet.pl>
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Mateusz 2019-01-31 16:36:59 +01:00 committed by Michael Niedermayer
parent 1e03d60054
commit fe1ccc1e91

View 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)