summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
diff options
context:
space:
mode:
authorTomas Härdin <tomas.hardin@codemill.se>2010-09-27 12:27:26 +0000
committerTomas Härdin <tomas.hardin@codemill.se>2010-09-27 12:27:26 +0000
commit16209390229dfd309e5adad2241a0a75c8cc2130 (patch)
treee8f2743e1c18960722a650e3986b7c45393b4249 /libavformat/mpegtsenc.c
parentd1ac03517e66ff12564c4d5abcb204e9a4e424b6 (diff)
mpegtsenc: Indent
Originally committed as revision 25222 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpegtsenc.c')
-rw-r--r--libavformat/mpegtsenc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index 94a051d96f..2d1fd40d58 100644
--- a/libavformat/mpegtsenc.c
+++ b/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;