mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
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
148a3ed506
commit
21249e8cbe
@ -101,7 +101,6 @@ static int decode_type2(GetByteContext *gb, PutByteContext *pb)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
repeat = 0;
|
|
||||||
}
|
}
|
||||||
repeat = 1;
|
repeat = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user