avformat/sccdec: remove not needed code

pull/322/head
Paul B Mahol 6 years ago
parent ed4ad6e1ed
commit de125a0942
  1. 1
      libavformat/sccdec.c

@ -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])

Loading…
Cancel
Save