MV_CHANGED 401 libavcodec/error_resilience.c if(mb_x>0 && fixed[mb_xy-1 ]==MV_CHANGED) j=1; MV_CHANGED 402 libavcodec/error_resilience.c if(mb_x+1<mb_width && fixed[mb_xy+1 ]==MV_CHANGED) j=1; MV_CHANGED 403 libavcodec/error_resilience.c if(mb_y>0 && fixed[mb_xy-mb_stride]==MV_CHANGED) j=1; MV_CHANGED 404 libavcodec/error_resilience.c if(mb_y+1<mb_height && fixed[mb_xy+mb_stride]==MV_CHANGED) j=1; MV_CHANGED 529 libavcodec/error_resilience.c fixed[mb_xy]=MV_CHANGED;