avformat/vividas: remove dead assignment
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 08dc354ef72991df22109cc6f84c34e798369bfb) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
8ae4a2915a
commit
372f9254c3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user