diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-13 19:54:31 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-13 19:54:31 +0100 |
commit | 35f707abe1bd3b80b1951010539285d4c3a14dba (patch) | |
tree | ff768ad097981269cd98df5283ce4c37f011c435 | |
parent | 0e187fd13c2e38e8ec90757101c33410c69ac16a (diff) | |
download | ffmpeg-35f707abe1bd3b80b1951010539285d4c3a14dba.tar.gz |
twinnvq: remove ;;
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; } |