mirror of https://github.com/mpv-player/mpv
additional start_code rule (implemenattion does this since a long time already)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12366 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9bd3b810c6
commit
b916b37fad
|
@ -234,6 +234,9 @@ stream_starcode
|
|||
0x11405BF2F9DBULL + (((uint64_t)('N'<<8) + 'S')<<48)
|
||||
frame_startcode
|
||||
0xE4ADEECA4569ULL + (((uint64_t)('N'<<8) + 'K')<<48)
|
||||
frame_startcodes MUST be placed immedeatly before a keyframe if the
|
||||
previous frame of the same stream was a non-keyframe
|
||||
|
||||
index_startcode
|
||||
0xDD672F23E64EULL + (((uint64_t)('N'<<8) + 'X')<<48)
|
||||
info_startcode
|
||||
|
|
Loading…
Reference in New Issue