avcodec/fmvc: remove dead assignment

Fixes: CID1529220 Unused value

Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
release/7.1
Michael Niedermayer 9 months ago
parent fdaa6ae2b6
commit 96c1162545
No known key found for this signature in database
GPG Key ID: B18E8928B3948D64
  1. 1
      libavcodec/fmvc.c

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

Loading…
Cancel
Save