summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index c6bbcb9303..394a10d7dc 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -90,6 +90,7 @@ typedef struct vo_functions_s
} vo_functions_t;
+char *vo_format_name(int format);
// NULL terminated array of all drivers
extern vo_functions_t* video_out_drivers[];