Commit 9a0d719b authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mjpegenc/ff_mjpeg_escape_FF: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 82c7d704
......@@ -388,7 +388,7 @@ void ff_mjpeg_escape_FF(PutBitContext *pb, int start)
void ff_mjpeg_encode_stuffing(MpegEncContext *s)
{
int length, i;
int i;
PutBitContext *pbc = &s->pb;
int mb_y = s->mb_y - !s->mb_x;
......
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