h264bitstream icon indicating copy to clipboard operation
h264bitstream copied to clipboard

fix(h264_analyze): fix incorrect parse for duplicate startcode

Open sharpbai opened this issue 4 years ago • 0 comments

Fix parsing error when duplicate 00 00 00 01 occurs. For example 00 00 00 01 00 00 00 01 Original code will bypass first startcode but not modify "p" and "sz", which result in parse error.

sharpbai avatar Jan 30 '21 14:01 sharpbai