1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

avformat/sccdec: remove not needed code

This commit is contained in:
Paul B Mahol 2019-09-13 19:47:03 +02:00
parent ed4ad6e1ed
commit de125a0942

View File

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