[NUT-devel] CVS: main/DOCS/tech mpcf.txt,1.141,1.142
Oded Shimon CVS
syncmail at mplayerhq.hu
Sun Mar 12 14:08:13 CET 2006
CVS change done by Oded Shimon CVS
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv26634/DOCS/tech
Modified Files:
mpcf.txt
Log Message:
change max_distance back to 64kb and set max frame size to 2*max_distance.
If anyone is against, speak up...
Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- mpcf.txt 11 Mar 2006 19:47:05 -0000 1.141
+++ mpcf.txt 12 Mar 2006 13:08:10 -0000 1.142
@@ -399,9 +399,10 @@
non-keyframe - keyframe transitions are very frequent
SHOULD be set to <=32768
- if the stored value is >131072 then max_distance MUST be set to 131072
+ if the stored value is >65536 then max_distance MUST be set to 65536
- this is also the max frame size without a checksum after the frameheader.
+ This is also half the max frame size without a checksum after the
+ frameheader.
max_pts_distance
@@ -511,7 +512,7 @@
end presentation time of the final frame.
An EOR set stream is unset by the first content frames.
EOR can only be unset in streams with zero decode_delay .
- FLAG_CHECKSUM MUST be set if the frame is larger than max_distance or
+ FLAG_CHECKSUM MUST be set if the frame is larger than 2*max_distance or
its pts differs by more then max_pts_distance from the last frame
stream_id_plus1[frame_code]
More information about the NUT-devel
mailing list