diff options
author | Tomas Härdin <tomas.hardin@codemill.se> | 2010-09-27 12:27:26 +0000 |
---|---|---|
committer | Tomas Härdin <tomas.hardin@codemill.se> | 2010-09-27 12:27:26 +0000 |
commit | 16209390229dfd309e5adad2241a0a75c8cc2130 (patch) | |
tree | e8f2743e1c18960722a650e3986b7c45393b4249 /libavformat | |
parent | d1ac03517e66ff12564c4d5abcb204e9a4e424b6 (diff) | |
download | ffmpeg-16209390229dfd309e5adad2241a0a75c8cc2130.tar.gz |
mpegtsenc: Indent
Originally committed as revision 25222 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mpegtsenc.c | 4 |
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; |