From 46877e4e7a4742a05a45028244c96be7ea3b7a9e Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 14 Feb 2003 11:48:13 +0000 Subject: disallow multiple subpackets per packet for video streams idea by (me & Moritz Bunkus ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9423 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/mpcf.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'DOCS/tech/mpcf.txt') 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 -- cgit v1.2.3