diff options
author | ods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-11 19:47:05 +0000 |
---|---|---|
committer | ods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-11 19:47:05 +0000 |
commit | 05b2368382caf2d08a8720ec218b8b1512435ce1 (patch) | |
tree | 7d562e9639bf9fee750e3f926b425ad69828ff84 /DOCS | |
parent | b2a5c98e76c4e600d46e53f62c36c533482d089b (diff) |
change max_distance max to 128kb instead of 65kb
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17812 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/mpcf.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index 2e8ea4c690..0a074650c0 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -399,7 +399,7 @@ max_distance non-keyframe - keyframe transitions are very frequent SHOULD be set to <=32768 - if the stored value is >65536 then max_distance MUST be set to 65536 + if the stored value is >131072 then max_distance MUST be set to 131072 this is also the max frame size without a checksum after the frameheader. |