Fix whitespace.

Fix some whitespace issues from a merge.
This commit is contained in:
Ari Koivula 2014-04-10 15:23:32 +03:00
parent 83d5a4753d
commit 29787efbbc

View file

@ -459,14 +459,14 @@ void intra_recon(pixel* rec, int32_t recstride, uint32_t width, pixel* dst, int3
}
for (x = 0; x < recstride; x++) {
ref[1][x - recstride] = rec[x - recstride];
}
}
intra_filter(ref[1], recstride, width, 0);
}
}
intra_get_pred(ref, recstride, pred, width, mode, chroma);
picture_blit_pixels(pred, dst, width, width, width, dststride);
}
}
/**
* \brief Build top and left borders for a reference block.