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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 369aa32fc8..b7b214f642 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -166,7 +166,7 @@ typedef struct vo_functions_s
} vo_functions_t;
-char *vo_format_name(int format);
+const char *vo_format_name(int format);
int vo_init(void);
vo_functions_t* init_best_video_out(char** vo_list);