mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
10l (segfault fix)
Originally committed as revision 3039 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9007f51460
commit
6c08a05743
@ -678,6 +678,7 @@ void ff_er_frame_end(MpegEncContext *s){
|
||||
av_log(s->avctx, AV_LOG_ERROR, "Warning MVs not available\n");
|
||||
|
||||
for(i=0; i<2; i++){
|
||||
pic->ref_index[i]= av_mallocz(size * sizeof(uint8_t));
|
||||
pic->motion_val_base[i]= av_mallocz((size+2) * 2 * sizeof(uint16_t));
|
||||
pic->motion_val[i]= pic->motion_val_base[i]+2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user