mirror of https://github.com/mpv-player/mpv
clarify H.264 global header format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19126 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9059d9f95e
commit
8165c1c9bb
|
@ -525,6 +525,8 @@ codec_specific_data
|
|||
for(i=0; i<number_of_headers; i++)
|
||||
header[i]
|
||||
Note, this is the same format these codecs use in matroska
|
||||
for H.264 the NAL units MUST be formated as in a bytestream
|
||||
(with 00 00 01 prefixes)
|
||||
|
||||
frame_code
|
||||
the meaning of this byte is stored in the main header
|
||||
|
|
Loading…
Reference in New Issue