diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-14 11:48:13 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-14 11:48:13 +0000 |
commit | 46877e4e7a4742a05a45028244c96be7ea3b7a9e (patch) | |
tree | 0ec90d1e269817a40435f69177b83832cff5242e /DOCS/tech | |
parent | 25f37785186f9593fd9116131d91e82189cdfd5e (diff) |
disallow multiple subpackets per packet for video streams idea by (me & Moritz Bunkus <moritz at bunkus dot org>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9423 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/mpcf.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index de4a324ed1..3c5c0d7277 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -284,10 +284,12 @@ msb_timestamp_flag MUST be 1 for keyframes subpacket_type - 00 1 subpacket per packet (normally used for video) + 00 1 subpacket per packet (video, ...) 01 subpacket_count fixed length subpackets per packet 10 subpacket_count variable length subpackets per packet 11 reserved + the only legal subpacket_type for video streams is 00, so video streams + MUST NOT contain multiple subpackets per packet Note, if there are multiple subpackets then the timestamp of the packet is the timestamp of the first subpacket Note, if multiple subpackets are stored in one frame then the resulting |