Mercurial > mplayer.hg
diff libvo/vosub_vidix.c @ 4362:7ef67ffa9274
preinit usage
author | nick |
---|---|
date | Sat, 26 Jan 2002 19:12:49 +0000 |
parents | 09f15844c960 |
children | 9b6430df4de5 |
line wrap: on
line diff
--- a/libvo/vosub_vidix.c Sat Jan 26 19:01:32 2002 +0000 +++ b/libvo/vosub_vidix.c Sat Jan 26 19:12:49 2002 +0000 @@ -71,6 +71,7 @@ ((vo_functions_t *)server)->draw_frame=vidix_draw_frame; ((vo_functions_t *)server)->flip_page=vidix_flip_page; ((vo_functions_t *)server)->draw_osd=vidix_draw_osd; + ((vo_functions_t *)server)->query_format=vidix_query_fourcc; return 0; }