mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/vividas: remove dead assignment
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
5c5575c8dc
commit
08dc354ef7
@ -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…
Reference in New Issue
Block a user