changeset 12368:39974ab6ec8a

cosmetic
author michael
date Sat, 01 May 2004 11:28:34 +0000
parents f63f71986487
children 6c19f8e780fc
files DOCS/tech/mpcf.txt
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt	Sat May 01 01:28:31 2004 +0000
+++ b/DOCS/tech/mpcf.txt	Sat May 01 11:28:34 2004 +0000
@@ -151,10 +151,6 @@
 
  
 frame
-	if(next_byte == 'N'){
-		FIXME short startcode
-		frame_startcode			f(64)
-	}
 	frame_code				f(8)
 	if(stream_id_plus1[frame_code]==0){
 		stream_id			v
@@ -212,8 +208,13 @@
 		while(next_packet != main_header){
 			if(next_packet == info_packet)
 				info_packet
-			else
+			else{
+				if(next_byte == 'N'){
+					FIXME short startcode
+					frame_startcode
+				}
 				frame
+			}
 		}
 //FIXME index
 	}