summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-02 01:37:49 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-02 01:37:49 +0000
commit63bce7ea7f3c17eb70591d76999b3d686067cef3 (patch)
treec0e06011a01c13b825e89cfd1c3bcf192cbb2af1 /DOCS
parent0fec6dd1e3e71fc9ded31b3fab08ea878a490b76 (diff)
downloadmpv-63bce7ea7f3c17eb70591d76999b3d686067cef3.tar.bz2
mpv-63bce7ea7f3c17eb70591d76999b3d686067cef3.tar.xz
nicer startcode before keyframe rule
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12393 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mpcf.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index afa5f3d5ee..e6cc0c927d 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -235,8 +235,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
+ frame_startcodes SHOULD be placed immedeatly before a keyframe if the
+ previous frame of the same stream was a non-keyframe, unless such
+ non-keyframe - keyframe tansitions are very frequent
index_startcode
0xDD672F23E64EULL + (((uint64_t)('N'<<8) + 'X')<<48)