diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-04-14 21:43:28 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-04-14 21:43:28 +0000 |
commit | 5efa43de2d2dfcc748fd380a515ceee98aaec2d7 (patch) | |
tree | 93ce9f7105fd2d9c670f36c8d38528965a6f273e /DOCS | |
parent | 6b19bea6e1a0fb0f0c9cb9f0d09e9da6727a0007 (diff) |
type 1/2 packets must have MSB timestamps (this is already mentioned at some other places but i forgot this one)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12209 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 35c88fa41b..d65c2f529e 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -329,7 +329,7 @@ flags[frame_code] mask = (1<<msb_timestamp_shift)-1; delta= last_timestamp - mask/2 timestamp= ((timestamp_lsb-delta)&mask) + delta - TTT must be 100 or 101 if the packet_type is not 0 + TTT must be 101 if the packet_type is not 0 the last timestamp differences are reset to the initial_timestamp_predictor values from the stream header if a packet of type not 0 in encountered |