Commit 08dc354e authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/vividas: remove dead assignment

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 5c5575c8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment