mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
avcodec/mjpegenc/ff_mjpeg_escape_FF: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
82c7d704fd
commit
9a0d719b10
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user