aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-02-14 23:14:25 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-02-15 16:32:32 +0100
commit5c878d4b1ce14e360a94f91aa92c3bc087958b30 (patch)
treeb129c79891fe94836d4a6be1b1e59b080f10a032
parent932a45a5944661ca68626894c228ca16a46fd2dc (diff)
downloadffmpeg-5c878d4b1ce14e360a94f91aa92c3bc087958b30.tar.gz
mpegtsenc: whitespace cosmetics
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 2dd1ee4bfe85f41b771bf8fe1c2cfa2d833b5de3)
-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: