提交 050f2b3e 编写于 作者: M Mans Rullgard

mjpeg: remove pointless braces around block of code

Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 5d20f19b
...@@ -1520,7 +1520,6 @@ eoi_parser: ...@@ -1520,7 +1520,6 @@ eoi_parser:
av_log(avctx, AV_LOG_WARNING, "Found EOI before any SOF, ignoring\n"); av_log(avctx, AV_LOG_WARNING, "Found EOI before any SOF, ignoring\n");
break; break;
} }
{
if (s->interlaced) { if (s->interlaced) {
s->bottom_field ^= 1; s->bottom_field ^= 1;
/* if not bottom field, do not output image yet */ /* if not bottom field, do not output image yet */
...@@ -1541,7 +1540,6 @@ eoi_parser: ...@@ -1541,7 +1540,6 @@ eoi_parser:
} }
goto the_end; goto the_end;
}
break; break;
case SOS: case SOS:
if (!s->got_picture) { if (!s->got_picture) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册