# HG changeset patch # User al3x # Date 992780712 0 # Node ID 6b6c173d050fe42343e61b2584c706ec244b677c # Parent c33f8b7488d1dff7801f2b1a7adab19f53ba725c added prototype of vo_format_name diff -r c33f8b7488d1 -r 6b6c173d050f libvo/video_out.h --- a/libvo/video_out.h Sun Jun 17 12:24:52 2001 +0000 +++ b/libvo/video_out.h Sun Jun 17 12:25:12 2001 +0000 @@ -90,6 +90,7 @@ } vo_functions_t; +char *vo_format_name(int format); // NULL terminated array of all drivers extern vo_functions_t* video_out_drivers[];