[Mplayer-cvslog] CVS: main/DOCS/tech mncf.txt,1.65,1.66

Michael Niedermayer CVS syncmail at mplayerhq.hu
Tue Oct 5 14:06:32 CEST 2004


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv8665

Modified Files:
	mncf.txt 
Log Message:
remove short startcodes


Index: mncf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mncf.txt,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- mncf.txt	5 Oct 2004 12:04:56 -0000	1.65
+++ mncf.txt	5 Oct 2004 12:06:30 -0000	1.66
@@ -89,10 +89,8 @@
 	version					v
 	stream_count				v
 	max_distance				v
-	max_short_distance			v
 	global_time_base_nom			v
 	global_time_base_denom			v
-	short_startcode				v
 	for(i=0; i<256; ){
 		tmp_flag			v
 		tmp_fields			v
@@ -218,9 +216,7 @@
 			if(next_code == info_startcode)
 				info_packet
 			else{
-				if(next_code == short_startcode)
-					short_startcode    u(24)
-				else if(next_code == frame_startcode)                
+				if(next_code == frame_startcode)                
 					sync_point
 				frame
 			}
@@ -265,21 +261,6 @@
 	reason to set it higher otherwise reasonable error recovery will be
 	impossible
 
-max_short_distance
-	max distance of short startcodes or frame_startcodes, the distance may
-	only be larger if there is only a single frame between the 2 
-	frame_startcodes/short startcodes this can be used by the demuxer to
-	detect damaged frame headers if the damage results in a too long chain
-	SHOULD be set to <=4096 or at least <=8192 unless there is a very good
-	reason to set it higher otherwise reasonable error recovery will be
-	impossible
-
-
-short_startcode
-	MUST be 3 bytes long and MUST have 'N' as first byte, the second byte
-	MUST not be a printable uppercase letter / must not be within 65..90, 
-	default is 0x4EFE79
-
 stream_id
 	Note: streams with a lower relative class MUST have a lower relative id
 	so a stream with class 0 MUST allways have a id which is lower then any




More information about the MPlayer-cvslog mailing list