Does anyone know what does 0x21
and 0x61
means in h.264 encoded video stream?
I know that 0x01
means it's a b-frame
and 0x41
means it's a p-frame
. My encoded video gives me two 0x21
frame followed by one b-frame
.
I 21 21 B 21 21 B......
What is this 0x21
?