X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Ftwinvq.c;h=6a0bd4d1454ba50aefe1f268601b320635fa4bec;hb=feb997577b66367a0c4269100888640699ee890d;hp=1810ce8c88c7be29f047dfec8177f49050b3c9f1;hpb=8e2bab5d4bddb4029503c0f90623854948ddb3c5;p=ffmpeg diff --git a/libavcodec/twinvq.c b/libavcodec/twinvq.c index 1810ce8c88c..6a0bd4d1454 100644 --- a/libavcodec/twinvq.c +++ b/libavcodec/twinvq.c @@ -871,7 +871,7 @@ static int twin_decode_frame(AVCodecContext * avctx, void *data, } *got_frame_ptr = 1; - *(AVFrame *)data = tctx->frame;; + *(AVFrame *)data = tctx->frame; return buf_size; }