Commit e70fd57d authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mqcenc: Remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7cbb52ec
......@@ -121,7 +121,6 @@ int ff_mqc_flush(MqcState *mqc)
int ff_mqc_flush_to(MqcState *mqc, uint8_t *dst, int *dst_len)
{
int len;
MqcState mqc2 = *mqc;
mqc2.bpstart=
mqc2.bp = dst;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment