-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[src/core/jpg.js] Remove redundant marker validation at the end of the decodeScan
function (PR 11805 follow-up)
#11819
[src/core/jpg.js] Remove redundant marker validation at the end of the decodeScan
function (PR 11805 follow-up)
#11819
Conversation
…e `decodeScan` function (PR 11805 follow-up) With the MCU parsing changes made in PR 11805, the final marker validation is no longer necessary before the `decodeScan` function returns.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/a97a14c31261087/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/1b2336bc9737f9a/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/a97a14c31261087/output.txt Total script time: 60.00 mins |
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/1b2336bc9737f9a/output.txt Total script time: 60.00 mins |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/c1c9e649722a754/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/dca79029dcca76b/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/dca79029dcca76b/output.txt Total script time: 1.80 mins
Image differences available at: http://54.215.176.217:8877/dca79029dcca76b/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/c1c9e649722a754/output.txt Total script time: 19.82 mins
Image differences available at: http://54.67.70.0:8877/c1c9e649722a754/reftest-analyzer.html#web=eq.log |
Let's do this; thanks! |
With the MCU parsing changes made in PR #11805, the final marker validation is no longer necessary before the
decodeScan
function returns.