Commit fe1ccc1e authored by Mateusz's avatar Mateusz Committed by Michael Niedermayer

libavcodec/rscc.c: add missing semicolon

Signed-off-by: 's avatarMateusz Brzostek <mateuszb@poczta.onet.pl>
Reviewed-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 1e03d600
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment