summaryrefslogtreecommitdiff
path: root/libavcodec/vqavideo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-19 22:09:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-19 22:09:08 +0000
commitcea9642014e833799eca40db03530ed0002f99d8 (patch)
tree98106d94c464ea0bf7da573ab1e9e853c8db2419 /libavcodec/vqavideo.c
parenta56dcc57931fd19ef0d567ac60bc3973103f9890 (diff)
Fix ;;
Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vqavideo.c')
-rw-r--r--libavcodec/vqavideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c
index 8a10909b9a..8e70143f47 100644
--- a/libavcodec/vqavideo.c
+++ b/libavcodec/vqavideo.c
@@ -133,7 +133,7 @@ static int vqa_decode_init(AVCodecContext *avctx)
{
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;