From aa9623e53bd86c2645103ebacc81262f372b73d7 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 11 Dec 2002 12:56:46 +0000 Subject: - oops, do the right cast in the gamma set method --- diff --git a/noncore/multimedia/opieplayer2/nullvideo.c b/noncore/multimedia/opieplayer2/nullvideo.c index 1ebb854..c988854 100644 --- a/noncore/multimedia/opieplayer2/nullvideo.c +++ b/noncore/multimedia/opieplayer2/nullvideo.c @@ -535,7 +535,7 @@ int null_is_scaling( xine_vo_driver_t* self ){ void null_set_videoGamma( xine_vo_driver_t* self , int value ) { ((null_driver_t*) self->driver) ->yuv2rgb_gamma = value; - ((null_driver_t*) self->driver) ->yuv2rgb_factory->set_gamma( ((null_driver_t*) self) ->yuv2rgb_factory, value ); + ((null_driver_t*) self->driver) ->yuv2rgb_factory->set_gamma( ((null_driver_t*) self->driver) ->yuv2rgb_factory, value ); } void null_set_scaling( xine_vo_driver_t* self, int scale ) { -- cgit v0.9.0.2