mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
mpegtsenc: Indent
Originally committed as revision 25222 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d1ac03517e
commit
1620939022
@ -280,8 +280,8 @@ static void mpegts_write_pmt(AVFormatContext *s, MpegTSService *service)
|
||||
memcpy(q, st->codec->extradata, 4);
|
||||
q += 4;
|
||||
} else {
|
||||
put16(&q, 1); /* page id */
|
||||
put16(&q, 1); /* ancillary page id */
|
||||
put16(&q, 1); /* page id */
|
||||
put16(&q, 1); /* ancillary page id */
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user