mjpegbdec: remove dead store

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Paul B Mahol 2012-03-22 03:36:30 +00:00 committed by Michael Niedermayer
parent 36440982a0
commit ddbd0cedb0
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ read_header:
if (s->bottom_field != s->interlace_polarity && second_field_offs)
{
buf_ptr = buf + second_field_offs;
second_field_offs = 0;
goto read_header;
}
}