# HG changeset patch # User michael # Date 1096255164 0 # Node ID 5b3dfc4103b95d59fd9b1e775ecd34f595dd9a53 # Parent 143c17950b55557df30a6f38178194ae142a384a 10l (segfault) diff -r 143c17950b55 -r 5b3dfc4103b9 svq1.c --- a/svq1.c Mon Sep 27 03:17:26 2004 +0000 +++ b/svq1.c Mon Sep 27 03:19:24 2004 +0000 @@ -1299,6 +1299,7 @@ s->c_block_height = (s->frame_height / 4 + 15) / 16; s->avctx= avctx; + s->m.avctx= avctx; s->m.me.scratchpad= av_mallocz((avctx->width+64)*2*16*2*sizeof(uint8_t)); s->m.me.map = av_mallocz(ME_MAP_SIZE*sizeof(uint32_t)); s->m.me.score_map = av_mallocz(ME_MAP_SIZE*sizeof(uint32_t));