[FFmpeg-cvslog] twinnvq: remove ;;
Michael Niedermayer
git at videolan.org
Tue Dec 13 20:14:09 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Dec 13 19:54:31 2011 +0100| [35f707abe1bd3b80b1951010539285d4c3a14dba] | committer: Michael Niedermayer
twinnvq: remove ;;
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35f707abe1bd3b80b1951010539285d4c3a14dba
---
libavcodec/twinvq.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/twinvq.c b/libavcodec/twinvq.c
index 1810ce8..6a0bd4d 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;
}
More information about the ffmpeg-cvslog
mailing list