Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-13 20:47:03 +0300
committerPaul B Mahol <onemda@gmail.com>2019-09-13 20:47:03 +0300
commitde125a09424aa46284506e15b58c9089bce0bedf (patch)
treeb4d8b64d2c56c95296693cf5e1a2d6804d1b5980 /libavformat/sccdec.c
parented4ad6e1ed970e53cb80a6204907067d403419c1 (diff)
avformat/sccdec: remove not needed code
Diffstat (limited to 'libavformat/sccdec.c')
-rw-r--r--libavformat/sccdec.c1
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])