mpegtsenc: whitespace cosmetics

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 2dd1ee4bfe)
oldabi
Mans Rullgard 14 years ago committed by Michael Niedermayer
parent 932a45a594
commit 5c878d4b1c
  1. 2
      libavformat/mpegtsenc.c

@ -296,7 +296,7 @@ static void mpegts_write_pmt(AVFormatContext *s, MpegTSService *service)
else if (st->disposition & AV_DISPOSITION_VISUAL_IMPAIRED) else if (st->disposition & AV_DISPOSITION_VISUAL_IMPAIRED)
*q++ = 0x03; *q++ = 0x03;
else else
*q++ = 0; /* undefined type */ *q++ = 0; /* undefined type */
} }
break; break;
case AVMEDIA_TYPE_SUBTITLE: case AVMEDIA_TYPE_SUBTITLE:

Loading…
Cancel
Save