[FFmpeg-cvslog] twinnvq: remove ;;

Michael Niedermayer git at videolan.org
Tue Dec 13 22:09:39 CET 2011


ffmpeg | branch: release/0.9 | Michael Niedermayer <michaelni at gmx.at> | Tue Dec 13 19:54:31 2011 +0100| [6289b6c81165234ef0cf4d331f05fc9c250f4fe4] | committer: Michael Niedermayer

twinnvq: remove ;;

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 35f707abe1bd3b80b1951010539285d4c3a14dba)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6289b6c81165234ef0cf4d331f05fc9c250f4fe4
---

 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