Skip to content
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

program be crashed when show sps after h265 parse ptl for sps #6

Open
zymill opened this issue Sep 22, 2018 · 4 comments
Open

program be crashed when show sps after h265 parse ptl for sps #6

zymill opened this issue Sep 22, 2018 · 4 comments

Comments

@zymill
Copy link

zymill commented Sep 22, 2018

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]

@latelee
Copy link
Owner

latelee commented Sep 22, 2018

hi @zymill
may you send the h265 file to me? so I can check the bug.

你好,我将用cppcheck检查一下代码,另外,可否将你测试的h265文件到我邮箱?

@zymill
Copy link
Author

zymill commented Sep 22, 2018

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.

@wuyisheng
Copy link

Is there a sample that won't crash?
I try this test.zip , but crash too..

@latelee
Copy link
Owner

latelee commented Jul 31, 2019

Is there a sample that won't crash?
I try this test.zip , but crash too..

check this file.

t1_592x320.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants