summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-14 23:14:25 +0000
committerMans Rullgard <mans@mansr.com>2011-02-14 23:18:26 +0000
commit2dd1ee4bfe85f41b771bf8fe1c2cfa2d833b5de3 (patch)
treed75fdc068d0b8339e2f88a3331262cdd06b81cfa /libavformat/mpegtsenc.c
parent3f2d3a1904c1ccdfdc3bd03a6dd6567986f681d9 (diff)
mpegtsenc: whitespace cosmetics
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/mpegtsenc.c')
-rw-r--r--libavformat/mpegtsenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index 6945b4b3ba..89b88d7027 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -296,7 +296,7 @@ static void mpegts_write_pmt(AVFormatContext *s, MpegTSService *service)
else if (st->disposition & AV_DISPOSITION_VISUAL_IMPAIRED)
*q++ = 0x03;
else
- *q++ = 0; /* undefined type */
+ *q++ = 0; /* undefined type */
}
break;
case AVMEDIA_TYPE_SUBTITLE: