[FFmpeg-cvslog] avformat/vividas: remove dead assignment
Michael Niedermayer
git at videolan.org
Mon Sep 16 02:00:32 EEST 2019
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sat Aug 31 22:32:32 2019 +0200| [08dc354ef72991df22109cc6f84c34e798369bfb] | committer: Michael Niedermayer
avformat/vividas: remove dead assignment
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=08dc354ef72991df22109cc6f84c34e798369bfb
---
libavformat/vividas.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavformat/vividas.c b/libavformat/vividas.c
index 1ac86a107e..d7d75a8d3c 100644
--- a/libavformat/vividas.c
+++ b/libavformat/vividas.c
@@ -164,8 +164,6 @@ static void decode_block(uint8_t *src, uint8_t *dest, unsigned size,
}
if (s >= 4) {
- if (!align)
- align = 4;
xor_block(src + a2, dest + a2, s & ~3,
key, key_ptr);
s &= 3;
More information about the ffmpeg-cvslog
mailing list