# HG changeset patch # User arpi # Date 995285509 0 # Node ID 76478d16903d2b9f92fcef31e49bf68e242ba652 # Parent dcc6810426e12bc952c398c1b55d8b17f49573f7 added prototype of vo_init() diff -r dcc6810426e1 -r 76478d16903d libvo/video_out.h --- a/libvo/video_out.h Mon Jul 16 10:47:32 2001 +0000 +++ b/libvo/video_out.h Mon Jul 16 12:11:49 2001 +0000 @@ -91,6 +91,8 @@ } vo_functions_t; char *vo_format_name(int format); +int vo_init(void); + // NULL terminated array of all drivers extern vo_functions_t* video_out_drivers[];