avformat/sccdec: remove not needed code
This commit is contained in:
parent
ed4ad6e1ed
commit
de125a0942
@ -140,7 +140,6 @@ try_again:
|
|||||||
sub->duration = FFMAX(1200, ts_end - ts_start);
|
sub->duration = FFMAX(1200, ts_end - ts_start);
|
||||||
memmove(line, line2, sizeof(line));
|
memmove(line, line2, sizeof(line));
|
||||||
line2[0] = 0;
|
line2[0] = 0;
|
||||||
FFSWAP(ptrdiff_t, len, len2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (line[0])
|
if (line[0])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user