diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-09-01 18:07:42 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-09-01 18:07:42 +0000 |
commit | fac648971a17c9479e98ec565d005fb14c74a81b (patch) | |
tree | e8044421b5f92e678bbd2b4f19d9f0ce8fdda8c5 /libmpcodecs | |
parent | 055d7ee5a0ed616864da979b9a54b80a39e2347c (diff) | |
download | mpv-fac648971a17c9479e98ec565d005fb14c74a81b.tar.bz2 mpv-fac648971a17c9479e98ec565d005fb14c74a81b.tar.xz |
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7231 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/vd_vfw.c | 3 | ||||
-rw-r--r-- | libmpcodecs/vd_vfwex.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/libmpcodecs/vd_vfw.c b/libmpcodecs/vd_vfw.c index ea049a3456..d1da15e7cc 100644 --- a/libmpcodecs/vd_vfw.c +++ b/libmpcodecs/vd_vfw.c @@ -255,9 +255,6 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ 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 --git a/libmpcodecs/vd_vfwex.c b/libmpcodecs/vd_vfwex.c index 5f361fbee9..47f446dd11 100644 --- a/libmpcodecs/vd_vfwex.c +++ b/libmpcodecs/vd_vfwex.c @@ -255,9 +255,6 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ 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); |