summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dga.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-02 14:39:15 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-02 14:39:15 +0000
commit2bf8c692f195fd19d07a894b25f04f4a0fda5bb1 (patch)
tree6c7c7edc72770d8071cc12182d818edc7a9882a7 /libvo/vo_dga.c
parent844c8ffc48c7e7715c43a1290188f5bdfa289821 (diff)
downloadmpv-2bf8c692f195fd19d07a894b25f04f4a0fda5bb1.tar.bz2
mpv-2bf8c692f195fd19d07a894b25f04f4a0fda5bb1.tar.xz
Mark the vo_functions_t definitions as const where possible.
This is not possible for xover and anything supporting vidix due to horrible hacks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25248 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_dga.c')
-rw-r--r--libvo/vo_dga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index 4f8b47a361..1a2d510cc1 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -45,7 +45,7 @@ static const vo_info_t info = {
""
};
-LIBVO_EXTERN(dga)
+const LIBVO_EXTERN(dga)
//------------------------------------------------------------------
//#define BITSPP (vo_dga_modes[vo_dga_active_mode].vdm_bitspp)
//#define BYTESPP (vo_dga_modes[vo_dga_active_mode].vdm_bytespp)