X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fmga%2Fvout_mga.c;h=6e873d335547f00447a33dc50336f6f799719e1f;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=c40a65ea1826bf0b1fd6e1ec26be71986eb0bb4a;hpb=1ffe943ec5e34e24199546b386114bb67586855a;p=vlc diff --git a/plugins/mga/vout_mga.c b/plugins/mga/vout_mga.c index c40a65ea18..6e873d3355 100644 --- a/plugins/mga/vout_mga.c +++ b/plugins/mga/vout_mga.c @@ -2,7 +2,7 @@ * vout_mga.c: MGA video output display method ***************************************************************************** * Copyright (C) 1998, 1999, 2000, 2001 VideoLAN - * $Id: vout_mga.c,v 1.7 2001/03/21 13:42:34 sam Exp $ + * $Id: vout_mga.c,v 1.8 2001/05/30 17:03:12 sam Exp $ * * Authors: Aaron Holtzman * Samuel Hocevar @@ -187,7 +187,7 @@ static int vout_Create( vout_thread_t *p_vout ) } /* Set and initialize buffers */ - vout_SetBuffers( p_vout, p_vout->p_sys->p_video, + p_vout->pf_setbuffers( p_vout, p_vout->p_sys->p_video, p_vout->p_sys->p_video + p_vout->p_sys->i_page_size ); return( 0 );