We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running valgrind to analyze another VP9 issue, a number of errors were reported.
Conditional jump or move depends on uninitialised value(s) Uninitialised value was created by a heap allocation
The command line I ran is:
_valgrind --log-file="valgrind_results.txt" --leak-check=full --show-leak-kinds=all --track-origins=yes --dsymutil=yes /repos/SVT-VP9/Bin/Debug/SvtVp9EncApp -i /testfiles/neighbor_360x360_420p_20frames.yuv -w 360 -h 360 -fps 50 -b output_valgrind.vp9 -asm 0 valgrind_results.txt _
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running valgrind to analyze another VP9 issue, a number of errors were reported.
Conditional jump or move depends on uninitialised value(s)
Uninitialised value was created by a heap allocation
The command line I ran is:
_valgrind --log-file="valgrind_results.txt" --leak-check=full --show-leak-kinds=all --track-origins=yes --dsymutil=yes /repos/SVT-VP9/Bin/Debug/SvtVp9EncApp -i /testfiles/neighbor_360x360_420p_20frames.yuv -w 360 -h 360 -fps 50 -b output_valgrind.vp9 -asm 0
valgrind_results.txt
_
The text was updated successfully, but these errors were encountered: