# HG changeset patch # User nicodvb # Date 1176026447 0 # Node ID 92c92f168648b7cc4b70dc8a1388adfae705385c # Parent a8f534c4e071308dc5478ec090b8e6c72e83aa51 reindentation diff -r a8f534c4e071 -r 92c92f168648 libmpdemux/muxer_mpeg.c --- a/libmpdemux/muxer_mpeg.c Sun Apr 08 10:00:05 2007 +0000 +++ b/libmpdemux/muxer_mpeg.c Sun Apr 08 10:00:47 2007 +0000 @@ -593,9 +593,9 @@ 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