From b916b37fadb431a94d58329adf21765372f7b6f5 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 30 Apr 2004 22:53:59 +0000 Subject: 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 --- DOCS/tech/mpcf.txt | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3