mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
mpegtsenc: whitespace cosmetics
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 2dd1ee4bfe
)
This commit is contained in:
parent
932a45a594
commit
5c878d4b1c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user