From 602b7b3ec6f0279e5087652f37595b1a0f34de9c Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 16 Oct 2002 21:20:19 +0000 Subject: remove no longer needed scratch buffer, use config_name instead CVS patchset: 2839 CVS date: 2002/10/16 21:20:19 --- src/video_out/video_out_xv.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index a9410e1db..2a125b721 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.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: video_out_xv.c,v 1.138 2002/10/16 21:11:50 guenter Exp $ + * $Id: video_out_xv.c,v 1.139 2002/10/16 21:20:19 guenter Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -128,8 +128,6 @@ struct xv_driver_s { int deinterlace_method; int deinterlace_enabled; - char scratch[256]; - int use_colorkey; uint32_t colorkey; @@ -1028,7 +1026,7 @@ static void xv_check_capability (xv_driver_t *this, NULL, 10, xv_property_callback, &this->props[property]); } - entry = this->config->lookup_entry (this->config, this->scratch); + entry = this->config->lookup_entry (this->config, config_name); this->props[property].entry = entry; -- cgit v1.2.3