[MPlayer-cvslog] r22944 - trunk/libmpdemux/muxer_mpeg.c

nicodvb subversion at mplayerhq.hu
Sun Apr 8 12:00:47 CEST 2007


Author: nicodvb
Date: Sun Apr  8 12:00:47 2007
New Revision: 22944

Modified:
   trunk/libmpdemux/muxer_mpeg.c

Log:
reindentation

Modified: trunk/libmpdemux/muxer_mpeg.c
==============================================================================
--- trunk/libmpdemux/muxer_mpeg.c	(original)
+++ trunk/libmpdemux/muxer_mpeg.c	Sun Apr  8 12:00:47 2007
@@ -593,9 +593,9 @@ static int write_mpeg_system_header(muxe
 	buff[len++] = 0x4 | (priv->is_xvcd ? 1 : 0); 	//1 audio stream bound, no fixed, CSPS only for xvcd
 	//stolen from libavformat
 	if(priv->is_xvcd || priv->is_dvd)
-	buff[len++] = 0xe1;	//system_audio_lock, system_video_lock, marker, 1 video stream bound
+		buff[len++] = 0xe1;	//system_audio_lock, system_video_lock, marker, 1 video stream bound
 	else
-	buff[len++] = 0x21;	//marker, 1 video stream bound
+		buff[len++] = 0x21;	//marker, 1 video stream bound
 	
 	buff[len++] = ((priv->mux == MUX_MPEG1) ? 0xff : 0x7f);	//in mpeg2 there's the packet rate restriction
 	



More information about the MPlayer-cvslog mailing list