# HG changeset patch # User ods15 # Date 1127536982 0 # Node ID 29054413051eace1502afab77bc342540992a78a # Parent 56a5f69e9b351d4df7b071bdefe2542a00b90d9b compress back_ptr better by multiplying by 8 diff -r 56a5f69e9b35 -r 29054413051e DOCS/tech/mpcf.txt --- a/DOCS/tech/mpcf.txt Fri Sep 23 22:35:04 2005 +0000 +++ b/DOCS/tech/mpcf.txt Sat Sep 24 04:43:02 2005 +0000 @@ -282,8 +282,11 @@ after the forward_ptr to the first byte of the next packet) back_ptr - pointer to the latest syncpoint, for which there is at least one - keyframe prior to the global_timestamp in every stream + real_back_ptr = back_ptr * 8 + 7 + real_back_ptr must point to a position such that a syncpoint startcode begins + within the next 8 bytes, and such that at least one keyframe for each stream + lies between the syncpoint to which real_back_ptr points, and the current + syncpoint. file_id_string "nut/multimedia container\0"