ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Tue Jan 26 19:52:10 2021 +0100| [33f6d8e37638304193df575fe5609808606dc188] | committer: Michael Niedermayer
avcodec/cri: Fix whitespace issue in unpack_10bit() Found-by: Paul B Mahol <one...@gmail.com> Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33f6d8e37638304193df575fe5609808606dc188 --- libavcodec/cri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cri.c b/libavcodec/cri.c index 41be29eabb..f7c3b4ef48 100644 --- a/libavcodec/cri.c +++ b/libavcodec/cri.c @@ -80,7 +80,7 @@ static void unpack_10bit(GetByteContext *gb, uint16_t *dst, int shift, int pos = 0; while (count > 0) { - uint32_t a0, a1,a2,a3; + uint32_t a0, a1, a2, a3; if (bytestream2_get_bytes_left(gb) < 4) break; a0 = bytestream2_get_le32(gb); _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".