1
0

avcodec/fmvc: remove dead assignment

Fixes: CID1529220 Unused value

Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2024-05-04 23:29:26 +02:00
parent fdaa6ae2b6
commit 96c1162545
No known key found for this signature in database
GPG Key ID: B18E8928B3948D64

View File

@ -101,7 +101,6 @@ static int decode_type2(GetByteContext *gb, PutByteContext *pb)
continue;
}
}
repeat = 0;
}
repeat = 1;
}