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:
parent
df61424414
commit
38abe6ff7a
@ -61,7 +61,7 @@ static const vo_info_t info = {
|
||||
""
|
||||
};
|
||||
|
||||
LIBVO_EXTERN(kva)
|
||||
const LIBVO_EXTERN(kva)
|
||||
|
||||
#define WC_MPLAYER "WC_MPLAYER"
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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) { \
|
||||
|
@ -61,7 +61,7 @@ static const vo_info_t info = {
|
||||
""
|
||||
};
|
||||
|
||||
LIBVO_EXTERN(wii)
|
||||
const LIBVO_EXTERN(wii)
|
||||
|
||||
static signed int pre_init_err = -2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user