This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avcodec/mjpegenc/ff_mjpeg_escape_FF: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer
12 years ago
parent
82c7d704fd
commit
9a0d719b10
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/mjpegenc.c
+ 1
- 1
libavcodec/mjpegenc.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save