diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-24 12:57:29 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-24 12:57:29 +0000 |
commit | f6518586f4ff96282aa83faa5f1e54b26c657705 (patch) | |
tree | 13e32900db3df007b8f022bd360727ed3a2c16e0 /src/libw32dll/w32codec.c | |
parent | aa41997f54697faf52e539ec27c78db60ed8561e (diff) | |
download | xine-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.c | 5 |
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, |