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 96c1162545)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
6a2ad69370
commit
230ffd7bfe
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ static int decode_type2(GetByteContext *gb, PutByteContext *pb)
|
|||
continue;
|
||||
}
|
||||
}
|
||||
repeat = 0;
|
||||
}
|
||||
repeat = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue