mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 22:00:51 +08:00
avformat/vividas: remove dead assignment
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user