From 087d6b782a076904f5fd57ee7d2392e241621e65 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 24 Jan 2002 23:09:53 +0000 Subject: video_out will take care of logo display now ... video_out needs more work btw, duration per frame and still frame detection in libmpeg2 are top items on my todo-list now CVS patchset: 1449 CVS date: 2002/01/24 23:09:53 --- src/video_out/video_out_sdl.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/video_out/video_out_sdl.c') diff --git a/src/video_out/video_out_sdl.c b/src/video_out/video_out_sdl.c index 39efccc63..f724fd057 100644 --- a/src/video_out/video_out_sdl.c +++ b/src/video_out/video_out_sdl.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_sdl.c,v 1.3 2002/01/22 01:43:13 miguelfreitas Exp $ + * $Id: video_out_sdl.c,v 1.4 2002/01/24 23:09:53 guenter Exp $ * * video_out_sdl.c, Simple DirectMedia Layer * @@ -513,13 +513,6 @@ static int sdl_gui_data_exchange (vo_driver_t *this_gen, sdl_adapt_to_output_area (this, area->x, area->y, area->w, area->h); break; - case GUI_DATA_EX_LOGO_VISIBILITY: -#ifdef SDL_LOG - printf ("video_out_sdl: GUI_DATA_EX_LOGO_VISIBILITY\n"); -#endif - /* FIXME: implement */ - break; - case GUI_DATA_EX_DRAWABLE_CHANGED: #ifdef SDL_LOG printf ("video_out_sdl: GUI_DATA_EX_DRAWABLE_CHANGED\n"); -- cgit v1.2.3