avcodec/mqcenc: Remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-06-20 22:36:15 +02:00
parent 7cbb52ecab
commit e70fd57de5
1 changed files with 0 additions and 1 deletions

View File

@ -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;