Browse Source

mpegtsenc: Indent

Originally committed as revision 25222 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Tomas Härdin 15 years ago
parent
commit
1620939022
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/mpegtsenc.c

+ 2
- 2
libavformat/mpegtsenc.c 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;


Loading…
Cancel
Save