Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>
---
 libavformat/vividas.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/vividas.c b/libavformat/vividas.c
index 645e322b6e..61dfcf11c1 100644
--- a/libavformat/vividas.c
+++ b/libavformat/vividas.c
@@ -160,8 +160,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;
-- 
2.23.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to