diff vqavideo.c @ 6377:931ca319f2fe libavcodec

Fix ;;
author michael
date Tue, 19 Feb 2008 22:09:08 +0000
parents d256d072f23d
children 814c8bd77d91
line wrap: on
line diff
--- a/vqavideo.c	Tue Feb 19 21:55:13 2008 +0000
+++ b/vqavideo.c	Tue Feb 19 22:09:08 2008 +0000
@@ -133,7 +133,7 @@
 {
     VqaContext *s = avctx->priv_data;
     unsigned char *vqa_header;
-    int i, j, codebook_index;;
+    int i, j, codebook_index;
 
     s->avctx = avctx;
     avctx->pix_fmt = PIX_FMT_PAL8;