-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Change picOrderCnt to 2 #3752
Change picOrderCnt to 2 #3752
Conversation
approve |
Looks like the ASAN test is running some tests that are not run by the normal test suite, see the commit titled "bump asan hashes"? And fixing the hashes for ASAN breaks them for the normal tests locally (on Linux)?! Reverting and |
@fippo Could you pls submit a new PR and I will start CI. |
changes the picOrderCnt field to 2 (which means the output order is the same as the decode order) which is more suited to realtime usage and allows the decoder to immediately decode a frame without waiting for out-of-order frames. This reduces the decoding latency on Qualcomm hardware decoders which do not honor the VUI parameter max_num_reorder_frames
This reverts commit 7aa8b3d.
@BenzhengZhang now that I have had a change merged github considers me to be a friendly person so starts the CI automatically! Builds passed 🎉, would you like me to squash all the hash updates? |
changes the picOrderCnt field to 2 (which means the output order
is the same as the decode order) which is more suited to realtime
usage and allows the decoder to immediately decode a frame without
waiting for out-of-order frames. This reduces the decoding latency
on Qualcomm hardware decoders which do not honor the VUI parameter
max_num_reorder_frames