mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
dvbsub: reindent after last commit.
This commit is contained in:
parent
aed032c25b
commit
e13df05fdb
@ -362,7 +362,6 @@ static int encode_dvb_subtitles(DVBSubtitleContext *s,
|
||||
*q++ = 0; /* 8 bit fill colors */
|
||||
*q++ = 0x03; /* 4 bit and 2 bit fill colors */
|
||||
|
||||
/* TODO reindent */
|
||||
bytestream_put_be16(&q, region_id); /* object_id == region_id */
|
||||
*q++ = (0 << 6) | (0 << 4);
|
||||
*q++ = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user