mp_image: fix build

This commit is contained in:
wm4 2015-04-09 21:46:28 +02:00
parent be259be15c
commit 8fe640c47d
1 changed files with 0 additions and 2 deletions

View File

@ -175,8 +175,6 @@ void mp_image_set_size(struct mp_image *mpi, int w, int h)
mpi->plane_w[n] = mp_chroma_div_up(mpi->w, mpi->fmt.xs[n]);
mpi->plane_h[n] = mp_chroma_div_up(mpi->h, mpi->fmt.ys[n]);
}
mpi->chroma_width = mpi->plane_w[1];
mpi->chroma_height = mpi->plane_h[1];
}
void mp_image_set_params(struct mp_image *image,