You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/mqcenc: Remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -121,7 +121,6 @@ int ff_mqc_flush(MqcState *mqc)
|
|||||||
|
|
||||||
int ff_mqc_flush_to(MqcState *mqc, uint8_t *dst, int *dst_len)
|
int ff_mqc_flush_to(MqcState *mqc, uint8_t *dst, int *dst_len)
|
||||||
{
|
{
|
||||||
int len;
|
|
||||||
MqcState mqc2 = *mqc;
|
MqcState mqc2 = *mqc;
|
||||||
mqc2.bpstart=
|
mqc2.bpstart=
|
||||||
mqc2.bp = dst;
|
mqc2.bp = dst;
|
||||||
|
Reference in New Issue
Block a user