mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l (segfault fix)
Originally committed as revision 2633 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bba04f1e9d
commit
622eb8367b
@ -677,6 +677,7 @@ void ff_er_frame_end(MpegEncContext *s){
|
||||
av_log(s->avctx, AV_LOG_ERROR, "Warning MVs not available\n");
|
||||
|
||||
s->current_picture.motion_val[0]= av_mallocz(size * 2 * sizeof(int16_t)); //FIXME
|
||||
s->current_picture.motion_val[1]= av_mallocz(size * 2 * sizeof(int16_t));
|
||||
}
|
||||
|
||||
if(s->avctx->debug&FF_DEBUG_ER){
|
||||
|
Loading…
Reference in New Issue
Block a user