avformat/assdec: reindent after previous commit
This commit is contained in:
parent
9ec52e5533
commit
0aa5c5a89e
@ -124,7 +124,6 @@ static int ass_read_header(AVFormatContext *s)
|
||||
av_bprint_init(&line, 0, AV_BPRINT_SIZE_UNLIMITED);
|
||||
av_bprint_init(&rline, 0, AV_BPRINT_SIZE_UNLIMITED);
|
||||
|
||||
// TODO reindent
|
||||
for (;;) {
|
||||
int64_t pos = get_line(&line, &tr);
|
||||
int64_t ts_start = AV_NOPTS_VALUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user