summaryrefslogtreecommitdiff
path: root/src/libw32dll/w32codec.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-07-24 12:57:29 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-07-24 12:57:29 +0000
commitf6518586f4ff96282aa83faa5f1e54b26c657705 (patch)
tree13e32900db3df007b8f022bd360727ed3a2c16e0 /src/libw32dll/w32codec.c
parentaa41997f54697faf52e539ec27c78db60ed8561e (diff)
downloadxine-lib-f6518586f4ff96282aa83faa5f1e54b26c657705.tar.gz
xine-lib-f6518586f4ff96282aa83faa5f1e54b26c657705.tar.bz2
big xshm cleanup (free memory properly, set up yuv2rgb only when necessary, clean up field picture handling), gearing up for rc2
CVS patchset: 334 CVS date: 2001/07/24 12:57:29
Diffstat (limited to 'src/libw32dll/w32codec.c')
-rw-r--r--src/libw32dll/w32codec.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c
index 5e7b75856..6486f2aa9 100644
--- a/src/libw32dll/w32codec.c
+++ b/src/libw32dll/w32codec.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: w32codec.c,v 1.11 2001/07/17 19:37:21 guenter Exp $
+ * $Id: w32codec.c,v 1.12 2001/07/24 12:57:29 guenter Exp $
*
* routines for using w32 codecs
*
@@ -311,7 +311,8 @@ static void w32v_decode_data (video_decoder_t *this_gen, buf_element_t *buf) {
this->bih.biHeight,
42,
this->outfmt /*IMGFMT_YUY2*/,
- this->video_step);
+ this->video_step,
+ VO_BOTH_FIELDS);
ret = ICDecompress(this->hic, ICDECOMPRESS_NOTKEYFRAME,
&this->bih, this->buf,