diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-04-30 22:53:59 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-04-30 22:53:59 +0000 |
commit | b916b37fadb431a94d58329adf21765372f7b6f5 (patch) | |
tree | 10ac0a1c773c6a97b788641e5e97cb5f375dcbf2 /DOCS/tech/mpcf.txt | |
parent | 9bd3b810c66a673f23150b2aa932dd2d74a5e5fc (diff) |
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
Diffstat (limited to 'DOCS/tech/mpcf.txt')
-rw-r--r-- | DOCS/tech/mpcf.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index 7cbe1b70de..a3ffaffe72 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -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 |