Commit ddbd0ced authored by Paul B Mahol's avatar Paul B Mahol Committed by Michael Niedermayer

mjpegbdec: remove dead store

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 36440982
...@@ -129,7 +129,6 @@ read_header: ...@@ -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;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment