Mercurial > mplayer.hg
changeset 7230:08feeb543402
10l
author | alex |
---|---|
date | Sun, 01 Sep 2002 18:07:42 +0000 |
parents | b4d025d64eb3 |
children | 1e84415320d8 |
files | libmpcodecs/vd_vfw.c libmpcodecs/vd_vfwex.c |
diffstat | 2 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_vfw.c Sun Sep 01 18:00:15 2002 +0000 +++ b/libmpcodecs/vd_vfw.c Sun Sep 01 18:07:42 2002 +0000 @@ -255,9 +255,6 @@ return NULL; } - // set buffer: - sh->our_out_buffer=mpi->planes[0]; - // set stride: (trick discovered by Andreas Ackermann - thanx!) sh->bih->biWidth=mpi->width; //mpi->stride[0]/(mpi->bpp/8); priv->o_bih->biWidth=mpi->width; //mpi->stride[0]/(mpi->bpp/8);
--- a/libmpcodecs/vd_vfwex.c Sun Sep 01 18:00:15 2002 +0000 +++ b/libmpcodecs/vd_vfwex.c Sun Sep 01 18:07:42 2002 +0000 @@ -255,9 +255,6 @@ return NULL; } - // set buffer: - sh->our_out_buffer=mpi->planes[0]; - // set stride: (trick discovered by Andreas Ackermann - thanx!) sh->bih->biWidth=mpi->width; //mpi->stride[0]/(mpi->bpp/8); priv->o_bih->biWidth=mpi->width; //mpi->stride[0]/(mpi->bpp/8);