Mercurial > mplayer.hg
changeset 4955:c05bf13e857d
11l
author | arpi |
---|---|
date | Wed, 06 Mar 2002 21:01:07 +0000 |
parents | 43fc27b873ca |
children | 84f465d2ff16 |
files | libmpcodecs/vd_cinepak.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_cinepak.c Wed Mar 06 20:56:06 2002 +0000 +++ b/libmpcodecs/vd_cinepak.c Wed Mar 06 21:01:07 2002 +0000 @@ -62,14 +62,16 @@ printf("couldn't allocate image for cinepak codec\n"); return NULL; } - + +#if 0 printf("mpi: %p/%d %p/%d %p/%d (%d) (%d) \n", mpi->planes[0], mpi->stride[0], mpi->planes[1], mpi->stride[1], mpi->planes[2], mpi->stride[2], mpi->planes[1]-mpi->planes[0], mpi->planes[2]-mpi->planes[1]); - +#endif + // decode_cinepak(sh->context, data, len, mpi->planes[0], sh->disp_w, sh->disp_h, // (mpi->flags&MP_IMGFLAG_YUV)?16:(mpi->imgfmt&255), mpi->stride[0]);