From f6518586f4ff96282aa83faa5f1e54b26c657705 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 24 Jul 2001 12:57:29 +0000 Subject: 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 --- src/libw32dll/w32codec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libw32dll/w32codec.c') 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, -- cgit v1.2.3