latelee / H264BSAnalyzer

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

sps Analyzer have bug #11

Open yuxhe opened 2 years ago

yuxhe commented 2 years ago

bug, see : https://www.bilibili.com/video/BV1XM4y1G7AM/

ChairManMeow-SY commented 2 years ago

不对吧,3bits只是syntax规定,实际不可能按照3bit来读,

应该是读入4bits,然后做一个位移,取前3bits,同时把最后1bit留给下个syntax