alex.buisson
30th August 2012, 14:01
Hi,
i'm devolopping a transcoder using an encoder / decoder source code,
it's work fine on several stream,
but i found several .h264 file in which i found slices with a really strange bit.
At the end of each slice, the last bit of the last byte is always set to 1 and i don't see any reason for that!
It looks like this bit is never parsed and doesn't contribute in the decoding processing
i see the last MB cabac data, the slice terminating bit, and the end cabac, some stuffing bit (0) and always a 1.....
Have you an idea of what this 1 is ?
i'm devolopping a transcoder using an encoder / decoder source code,
it's work fine on several stream,
but i found several .h264 file in which i found slices with a really strange bit.
At the end of each slice, the last bit of the last byte is always set to 1 and i don't see any reason for that!
It looks like this bit is never parsed and doesn't contribute in the decoding processing
i see the last MB cabac data, the slice terminating bit, and the end cabac, some stuffing bit (0) and always a 1.....
Have you an idea of what this 1 is ?