From d8bafc108146452196526e392e83501eb70fc2ff Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Thu, 20 Sep 2001 11:02:45 +0000 Subject: Always request IMGFMT_YUY2 from video_out decoder (RGB format is converted to YUY2 here in w32codec) CVS patchset: 674 CVS date: 2001/09/20 11:02:45 --- src/libw32dll/w32codec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c index 1bebf2377..60047b6ca 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.28 2001/09/20 09:33:23 jkeil Exp $ + * $Id: w32codec.c,v 1.29 2001/09/20 11:02:45 jkeil Exp $ * * routines for using w32 codecs * @@ -406,7 +406,7 @@ static void w32v_decode_data (video_decoder_t *this_gen, buf_element_t *buf) { this->bih.biWidth, this->bih.biHeight, 42, - this->outfmt, + IMGFMT_YUY2, this->video_step, VO_BOTH_FIELDS); -- cgit v1.2.3