From ddfc3c3073216d6a9ef15b26e3836b9c3eb2085c Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 10 Nov 2002 13:40:33 +0000 Subject: fixed seeking and further adaption to the new api --- (limited to 'noncore/multimedia/opieplayer2/nullvideo.c') diff --git a/noncore/multimedia/opieplayer2/nullvideo.c b/noncore/multimedia/opieplayer2/nullvideo.c index dcdfae6..b1f4811 100644 --- a/noncore/multimedia/opieplayer2/nullvideo.c +++ b/noncore/multimedia/opieplayer2/nullvideo.c @@ -439,7 +439,7 @@ static int null_gui_data_exchange( xine_vo_driver_t* self, return 0; } -static void null_exit( xine_vo_driver_t* self ){ +static void null_dispose ( xine_vo_driver_t* self ){ null_driver_t* this = (null_driver_t*)self; free ( this ); } @@ -478,7 +478,7 @@ xine_vo_driver_t* init_video_out_plugin( config_values_t* conf, vo->vo_driver.set_property = null_set_property; vo->vo_driver.get_property_min_max = null_get_property_min_max; vo->vo_driver.gui_data_exchange = null_gui_data_exchange; - vo->vo_driver.exit = null_exit; + vo->vo_driver.dispose = null_dispose; vo->vo_driver.redraw_needed = null_redraw_needed; @@ -490,9 +490,9 @@ xine_vo_driver_t* init_video_out_plugin( config_values_t* conf, return ( xine_vo_driver_t*) vo; } +#if 0 static vo_info_t vo_info_null = { 5, - "null plugin", XINE_VISUAL_TYPE_FB }; @@ -501,6 +501,8 @@ vo_info_t *get_video_out_plugin_info(){ return &vo_info_null; } +#endif + /* this is special for this device */ /** * We know that we will be controled by the XINE LIB++ -- cgit v0.9.0.2