From 909887bdbe206b88ba19b5effd18a4fe3235ecdf Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 2 Dec 2007 14:06:03 +0000 Subject: Make vo info structs const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25244 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/video_out.h') diff --git a/libvo/video_out.h b/libvo/video_out.h index e9f9dc8920..ee31c8735b 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -110,7 +110,7 @@ typedef struct vo_info_s typedef struct vo_functions_s { - vo_info_t *info; + const vo_info_t *info; /* * Preinitializes driver (real INITIALIZATION) * arg - currently it's vo_subdevice -- cgit v1.2.3