avcodec/fmvc: remove dead assignment
Fixes: CID1529220 Unused value Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 96c116254527cc40b386f14b77e17fbe2388d5da) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
a06d3b96fd
commit
749a3cdae8
@ -100,7 +100,6 @@ static int decode_type2(GetByteContext *gb, PutByteContext *pb)
|
||||
continue;
|
||||
}
|
||||
}
|
||||
repeat = 0;
|
||||
}
|
||||
repeat = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user