Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-13 22:54:31 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-12-13 22:54:31 +0400
commit35f707abe1bd3b80b1951010539285d4c3a14dba (patch)
treeff768ad097981269cd98df5283ce4c37f011c435 /libavcodec/twinvq.c
parent0e187fd13c2e38e8ec90757101c33410c69ac16a (diff)
twinnvq: remove ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/twinvq.c')
-rw-r--r--libavcodec/twinvq.c2
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;
}