comparison gui/interface.c @ 25765:304fc0bbefe1

audio_out / video_out structs should be treated as const
author reimar
date Sat, 19 Jan 2008 11:33:36 +0000
parents e82ecde2cbd4
children 9ebd00825df2
comparison
equal deleted inserted replaced
25764:7d2685c7d688 25765:304fc0bbefe1
504 } 504 }
505 } 505 }
506 506
507 int guiGetEvent( int type,char * arg ) 507 int guiGetEvent( int type,char * arg )
508 { 508 {
509 ao_functions_t *audio_out = NULL; 509 const ao_functions_t *audio_out = NULL;
510 const vo_functions_t *video_out = NULL; 510 const vo_functions_t *video_out = NULL;
511 mixer_t *mixer = NULL; 511 mixer_t *mixer = NULL;
512 512
513 stream_t * stream = (stream_t *) arg; 513 stream_t * stream = (stream_t *) arg;
514 #ifdef USE_DVDREAD 514 #ifdef USE_DVDREAD