diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c
index adec943122df31ed3849a6b061dd3587e8bc25d8..fd39926b01732cd00794e29988dd0af248b2ad87 100644
--- a/libavcodec/error_resilience.c
+++ b/libavcodec/error_resilience.c
@@ -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){