Commit de125a09 authored by Paul B Mahol's avatar Paul B Mahol

avformat/sccdec: remove not needed code

parent ed4ad6e1
......@@ -140,7 +140,6 @@ try_again:
sub->duration = FFMAX(1200, ts_end - ts_start);
memmove(line, line2, sizeof(line));
line2[0] = 0;
FFSWAP(ptrdiff_t, len, len2);
}
if (line[0])
......
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