From 6e0f8db43be862f7612e6132db0371a875ffd6dc Mon Sep 17 00:00:00 2001 From: Rich J Wareham Date: Thu, 14 Mar 2002 13:56:49 +0000 Subject: =?UTF-8?q?Patches=20from=20Zolt=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9n?= =?UTF-8?q?yi=20and=20Michael=20Roitzsch=20=20to=20fi?= =?UTF-8?q?xe=20DXR3=20stuff.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CVS patchset: 1568 CVS date: 2002/03/14 13:56:49 --- src/dxr3/mpeg_encoders.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dxr3/mpeg_encoders.c') diff --git a/src/dxr3/mpeg_encoders.c b/src/dxr3/mpeg_encoders.c index 0d1d3b822..704e46d42 100644 --- a/src/dxr3/mpeg_encoders.c +++ b/src/dxr3/mpeg_encoders.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: mpeg_encoders.c,v 1.4 2001/12/24 16:01:15 hrm Exp $ + * $Id: mpeg_encoders.c,v 1.5 2002/03/14 13:56:49 richwareham Exp $ * * mpeg encoders for the dxr3 video out plugin. */ @@ -178,7 +178,7 @@ static int rte_on_display_frame( dxr3_driver_t* drv, dxr3_frame_t* frame ) return 0; } size = frame->width * frame->oheight; - if (frame->format == IMGFMT_YV12) + if (frame->vo_frame.format == IMGFMT_YV12) xine_fast_memcpy(this->rte_ptr, frame->real_base[0], size*3/2); else xine_fast_memcpy(this->rte_ptr, frame->real_base[0], size*2); -- cgit v1.2.3