From 6289b6c81165234ef0cf4d331f05fc9c250f4fe4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 13 Dec 2011 19:54:31 +0100 Subject: [PATCH] twinnvq: remove ;; Signed-off-by: Michael Niedermayer (cherry picked from commit 35f707abe1bd3b80b1951010539285d4c3a14dba) Signed-off-by: Michael Niedermayer --- libavcodec/twinvq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/twinvq.c b/libavcodec/twinvq.c index 1810ce8c88..6a0bd4d145 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; }