Mercurial > mplayer.hg
changeset 22926:92c92f168648
reindentation
author | nicodvb |
---|---|
date | Sun, 08 Apr 2007 10:00:47 +0000 |
parents | a8f534c4e071 |
children | b2c11182ea15 |
files | libmpdemux/muxer_mpeg.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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