summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-08 10:00:47 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-08 10:00:47 +0000
commit76429f1c97592362063945b1d2967745e2d60575 (patch)
tree704d53e26c1d04d8498ca676fcd52a88298229d4 /libmpdemux
parent4cdcd89714975b4357b8fefcbe9c5486025c502e (diff)
downloadmpv-76429f1c97592362063945b1d2967745e2d60575.tar.bz2
mpv-76429f1c97592362063945b1d2967745e2d60575.tar.xz
reindentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22944 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/muxer_mpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/muxer_mpeg.c b/libmpdemux/muxer_mpeg.c
index 1150b64c33..689845039e 100644
--- a/libmpdemux/muxer_mpeg.c
+++ b/libmpdemux/muxer_mpeg.c
@@ -593,9 +593,9 @@ static int write_mpeg_system_header(muxer_t *muxer, char *buff)
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