mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mjpeg: remove pointless braces around block of code
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
5d20f19be2
commit
050f2b3e7f
@ -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:
|
|||||||
}
|
}
|
||||||
|
|
||||||
goto the_end;
|
goto the_end;
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case SOS:
|
case SOS:
|
||||||
if (!s->got_picture) {
|
if (!s->got_picture) {
|
||||||
|
Loading…
Reference in New Issue
Block a user