Commit b34c7a56 authored by Michael Niedermayer's avatar Michael Niedermayer

Revert "MJPEG: emulate EOI also on two consecutive SOI."

This causes Ticket463, fix will be in the next commits

This reverts commit 5e2ea138.
parent 3ee83f46
......@@ -1447,10 +1447,6 @@ int ff_mjpeg_decode_frame(AVCodecContext *avctx,
s->restart_count = 0;
/* nothing to do on SOI */
if (s->got_picture) {
av_log(avctx, AV_LOG_WARNING, "EOI missing, emulating\n");
goto eoi_parser;
}
break;
case DQT:
ff_mjpeg_decode_dqt(s);
......
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