# HG changeset patch # User alex # Date 1030903662 0 # Node ID 08feeb54340275ad419a030268663d6ca90aae89 # Parent b4d025d64eb3798fd67584a07d141ab239ad72bb 10l diff -r b4d025d64eb3 -r 08feeb543402 libmpcodecs/vd_vfw.c --- 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); diff -r b4d025d64eb3 -r 08feeb543402 libmpcodecs/vd_vfwex.c --- 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);