diff options
author | Mans Rullgard <mans@mansr.com> | 2011-02-14 23:14:25 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-02-14 23:18:26 +0000 |
commit | 2dd1ee4bfe85f41b771bf8fe1c2cfa2d833b5de3 (patch) | |
tree | d75fdc068d0b8339e2f88a3331262cdd06b81cfa | |
parent | 3f2d3a1904c1ccdfdc3bd03a6dd6567986f681d9 (diff) | |
download | ffmpeg-2dd1ee4bfe85f41b771bf8fe1c2cfa2d833b5de3.tar.gz |
mpegtsenc: whitespace cosmetics
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | libavformat/mpegtsenc.c | 2 |
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: |