latelee / H264BSAnalyzer

H264(AVC) and H265(HEVC) bit stream Analyzer, VS2010 MFC project(Windows 7 x64).
834 stars 338 forks source link

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

Open zymill opened 5 years ago

zymill commented 5 years ago

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));

hybase@qq.com

latelee commented 5 years ago

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

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

zymill commented 5 years ago

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: li@latelee.org , please check at your time.

wuyisheng commented 5 years ago

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

latelee commented 5 years ago

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

check this file.

t1_592x320.zip