diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-13 19:54:31 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-13 21:46:43 +0100 |
commit | 6289b6c81165234ef0cf4d331f05fc9c250f4fe4 (patch) | |
tree | bc55c0758f11b34780515b768100b44924e0c8f8 | |
parent | 849ee7ee8246c401d07cb5996b4b350ce17f0824 (diff) | |
download | ffmpeg-6289b6c81165234ef0cf4d331f05fc9c250f4fe4.tar.gz |
twinnvq: remove ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 35f707abe1bd3b80b1951010539285d4c3a14dba)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/twinvq.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |