1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-22 19:34:14 +00:00

Mark some more LIBVO_EXTERN declarations as const where possible.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30967 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-03-27 15:22:47 +00:00
parent df61424414
commit 38abe6ff7a
4 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ static const vo_info_t info = {
""
};
LIBVO_EXTERN(kva)
const LIBVO_EXTERN(kva)
#define WC_MPLAYER "WC_MPLAYER"

View File

@ -44,7 +44,7 @@ static const vo_info_t info = {
"Based on MatrixView from rss-glx.sf.net"
};
LIBVO_EXTERN(matrixview)
const LIBVO_EXTERN(matrixview)
static MPGLContext glctx;

View File

@ -59,7 +59,7 @@ static vo_info_t info = {
""
};
LIBVO_EXTERN(vdpau)
const LIBVO_EXTERN(vdpau)
#define CHECK_ST_ERROR(message) \
if (vdp_st != VDP_STATUS_OK) { \

View File

@ -61,7 +61,7 @@ static const vo_info_t info = {
""
};
LIBVO_EXTERN(wii)
const LIBVO_EXTERN(wii)
static signed int pre_init_err = -2;