Module: ffmpeg
Branch: master
Commit: 2dd1ee4bfe85f41b771bf8fe1c2cfa2d833b5de3

Author: Mans Rullgard <[email protected]>
Date:   Mon Feb 14 23:14:25 2011 +0000

mpegtsenc: whitespace cosmetics

Signed-off-by: Mans Rullgard <[email protected]>

---

 libavformat/mpegtsenc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index 6945b4b..89b88d7 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:

_______________________________________________
ffmpeg-commits mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits

Reply via email to