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
mjpegbdec: remove dead store
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Paul B Mahol
Michael Niedermayer
13 years ago
parent
36440982a0
commit
ddbd0cedb0
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/mjpegbdec.c
+ 0
- 1
libavcodec/mjpegbdec.c
View File
@@ -129,7 +129,6 @@ read_header:
if (s->bottom_field != s->interlace_polarity && second_field_offs)
if (s->bottom_field != s->interlace_polarity && second_field_offs)
{
{
buf_ptr = buf + second_field_offs;
buf_ptr = buf + second_field_offs;
second_field_offs = 0;
goto read_header;
goto read_header;
}
}
}
}
Write
Preview
Loading…
Cancel
Save