From de125a09424aa46284506e15b58c9089bce0bedf Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 13 Sep 2019 19:47:03 +0200 Subject: avformat/sccdec: remove not needed code --- libavformat/sccdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/sccdec.c') 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]) -- cgit v1.2.3