mirror of https://github.com/mpv-player/mpv
0x00 and 0xFF should be invalid (libnut does that already and it seems like a good idea to recommand)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17795 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3d312d86fe
commit
370aaee121
|
@ -489,6 +489,8 @@ frame_code
|
|||
the meaning of this byte is stored in the main header
|
||||
the value 78 ('N') is forbidden to ensure that the byte is always
|
||||
different from the first byte of any startcode
|
||||
a muxer SHOULD mark 0x00 and 0xFF as invalid to improve error
|
||||
detection
|
||||
|
||||
flags[frame_code], frame_flags
|
||||
Bit Name Description
|
||||
|
|
Loading…
Reference in New Issue