mpegtsenc: Indent

Originally committed as revision 25222 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Tomas Härdin 14 years ago
parent d1ac03517e
commit 1620939022
  1. 4
      libavformat/mpegtsenc.c

@ -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…
Cancel
Save