mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
10l (segfault)
Originally committed as revision 3520 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f1cc95f0e9
commit
8b392ae2e7
@ -1299,6 +1299,7 @@ static int svq1_encode_init(AVCodecContext *avctx)
|
||||
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));
|
||||
|
Loading…
Reference in New Issue
Block a user