mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
reindentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22944 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4cdcd89714
commit
76429f1c97
@ -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
|
buff[len++] = 0x4 | (priv->is_xvcd ? 1 : 0); //1 audio stream bound, no fixed, CSPS only for xvcd
|
||||||
//stolen from libavformat
|
//stolen from libavformat
|
||||||
if(priv->is_xvcd || priv->is_dvd)
|
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
|
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
|
buff[len++] = ((priv->mux == MUX_MPEG1) ? 0xff : 0x7f); //in mpeg2 there's the packet rate restriction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user