summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_vfwex.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 18:07:42 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 18:07:42 +0000
commitfac648971a17c9479e98ec565d005fb14c74a81b (patch)
treee8044421b5f92e678bbd2b4f19d9f0ce8fdda8c5 /libmpcodecs/vd_vfwex.c
parent055d7ee5a0ed616864da979b9a54b80a39e2347c (diff)
downloadmpv-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/vd_vfwex.c')
-rw-r--r--libmpcodecs/vd_vfwex.c3
1 files changed, 0 insertions, 3 deletions
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);