Commit 2dd1ee4b authored by Mans Rullgard's avatar Mans Rullgard

mpegtsenc: whitespace cosmetics

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 3f2d3a19
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment