changeset 1142:6b6c173d050f

added prototype of vo_format_name
author al3x
date Sun, 17 Jun 2001 12:25:12 +0000
parents c33f8b7488d1
children a9d985d6aa91
files libvo/video_out.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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[];