1
0
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:
Michael Niedermayer 2019-08-31 22:32:32 +02:00
parent 5c5575c8dc
commit 08dc354ef7

View File

@ -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;