[FFmpeg-cvslog] libavcodec/rscc.c: add missing semicolon
Mateusz
git at videolan.org
Thu Jan 31 18:18:26 EET 2019
ffmpeg | branch: master | Mateusz <mateuszb at poczta.onet.pl> | Thu Jan 31 16:36:59 2019 +0100| [fe1ccc1e91168c855a2720d0a195377f4638cc70] | committer: Michael Niedermayer
libavcodec/rscc.c: add missing semicolon
Signed-off-by: Mateusz Brzostek <mateuszb at poczta.onet.pl>
Reviewed-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe1ccc1e91168c855a2720d0a195377f4638cc70
---
libavcodec/rscc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/rscc.c b/libavcodec/rscc.c
index e4b51973d8..7d4e842cd3 100644
--- a/libavcodec/rscc.c
+++ b/libavcodec/rscc.c
@@ -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)
More information about the ffmpeg-cvslog
mailing list