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
the reason maybe in file h265_stream.cpp : function: void h265_read_sps_rbsp(h265_stream_t* h, bs_t* b) memcpy(&(sps->ptl), &profile_tier_level, sizeof(profile_tier_level_t));
[email protected]
The text was updated successfully, but these errors were encountered:
hi @zymill may you send the h265 file to me? so I can check the bug.
你好,我将用cppcheck检查一下代码,另外,可否将你测试的h265文件到我邮箱?
Sorry, something went wrong.
profile_tier_level (2D-vector be copied to sps->ptl ) will be released after exit h265_read_sps_rbsp().
short debug file had been sent to you email: [email protected] , please check at your time.
Is there a sample that won't crash? I try this test.zip , but crash too..
check this file.
t1_592x320.zip
No branches or pull requests
the reason maybe in file h265_stream.cpp :
function: void h265_read_sps_rbsp(h265_stream_t* h, bs_t* b)
memcpy(&(sps->ptl), &profile_tier_level, sizeof(profile_tier_level_t));
[email protected]
The text was updated successfully, but these errors were encountered: