mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-16 09:58:19 +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)
|
void ff_mjpeg_encode_stuffing(MpegEncContext *s)
|
||||||
{
|
{
|
||||||
int length, i;
|
int i;
|
||||||
PutBitContext *pbc = &s->pb;
|
PutBitContext *pbc = &s->pb;
|
||||||
int mb_y = s->mb_y - !s->mb_x;
|
int mb_y = s->mb_y - !s->mb_x;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user