diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-13 19:47:03 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-13 19:47:03 +0200 |
commit | de125a09424aa46284506e15b58c9089bce0bedf (patch) | |
tree | b4d8b64d2c56c95296693cf5e1a2d6804d1b5980 | |
parent | ed4ad6e1ed970e53cb80a6204907067d403419c1 (diff) | |
download | ffmpeg-de125a09424aa46284506e15b58c9089bce0bedf.tar.gz |
avformat/sccdec: remove not needed code
-rw-r--r-- | libavformat/sccdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/sccdec.c b/libavformat/sccdec.c index 412d8aaf49..399be76668 100644 --- a/libavformat/sccdec.c +++ b/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]) |