From 7f157e2d58cfbf922eb92b83f44058ac6f44964e Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 10 Mar 2006 14:10:07 +0000 Subject: universal timestamp (= stream_id + timestamp in stream timebase) -> simplify add that thing to info packets as type too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17797 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/mpcf.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'DOCS/tech') diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index eabc152bf2..6bd103a151 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -103,6 +103,10 @@ vb (variable length binary data or string) length v value b +t (v coded universal timestamp) + tmp v + stream_id= tmp % stream_count + value= (tmp / stream_count) * stream[ stream_id ].timebase Bitstream syntax: @@ -209,7 +213,7 @@ frame: data index: - max_pts v + max_pts t syncpoints v for(i=0; i