mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
1e03d60054
commit
fe1ccc1e91
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue