mpegtsenc: Indent

Originally committed as revision 25222 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Tomas Härdin 2010-09-27 12:27:26 +00:00
parent d1ac03517e
commit 1620939022

View File

@ -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;