# HG changeset patch # User michael # Date 1072611354 0 # Node ID 8bccf5eda14ba5b35e29bce19dbe978552da3543 # Parent 6797179a0649308bbb99ef7af2a9f0bd741273ad 10l (segfault fix) diff -r 6797179a0649 -r 8bccf5eda14b error_resilience.c --- a/error_resilience.c Mon Dec 22 19:42:28 2003 +0000 +++ b/error_resilience.c Sun Dec 28 11:35:54 2003 +0000 @@ -677,6 +677,7 @@ 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){