twinnvq: remove ;;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 35f707abe1)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-12-13 19:54:31 +01:00
parent 849ee7ee82
commit 6289b6c811

View File

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