Commit 16209390 authored by Tomas Härdin's avatar Tomas Härdin

mpegtsenc: Indent

Originally committed as revision 25222 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d1ac0351
...@@ -280,8 +280,8 @@ static void mpegts_write_pmt(AVFormatContext *s, MpegTSService *service) ...@@ -280,8 +280,8 @@ static void mpegts_write_pmt(AVFormatContext *s, MpegTSService *service)
memcpy(q, st->codec->extradata, 4); memcpy(q, st->codec->extradata, 4);
q += 4; q += 4;
} else { } else {
put16(&q, 1); /* page id */ put16(&q, 1); /* page id */
put16(&q, 1); /* ancillary page id */ put16(&q, 1); /* ancillary page id */
} }
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment