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
commit
ddbd0cedb0
1 changed files with 0 additions and 1 deletions
  1. +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;
} }
} }


Loading…
Cancel
Save