[MPlayer-cvslog] r30967 - in trunk/libvo: vo_kva.c vo_matrixview.c vo_vdpau.c vo_wii.c

reimar subversion at mplayerhq.hu
Sat Mar 27 16:22:47 CET 2010


Author: reimar
Date: Sat Mar 27 16:22:47 2010
New Revision: 30967

Log:
Mark some more LIBVO_EXTERN declarations as const where possible.

Modified:
   trunk/libvo/vo_kva.c
   trunk/libvo/vo_matrixview.c
   trunk/libvo/vo_vdpau.c
   trunk/libvo/vo_wii.c

Modified: trunk/libvo/vo_kva.c
==============================================================================
--- trunk/libvo/vo_kva.c	Sat Mar 27 13:47:26 2010	(r30966)
+++ trunk/libvo/vo_kva.c	Sat Mar 27 16:22:47 2010	(r30967)
@@ -61,7 +61,7 @@ static const vo_info_t info = {
     ""
 };
 
-LIBVO_EXTERN(kva)
+const LIBVO_EXTERN(kva)
 
 #define WC_MPLAYER  "WC_MPLAYER"
 

Modified: trunk/libvo/vo_matrixview.c
==============================================================================
--- trunk/libvo/vo_matrixview.c	Sat Mar 27 13:47:26 2010	(r30966)
+++ trunk/libvo/vo_matrixview.c	Sat Mar 27 16:22:47 2010	(r30967)
@@ -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;
 

Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c	Sat Mar 27 13:47:26 2010	(r30966)
+++ trunk/libvo/vo_vdpau.c	Sat Mar 27 16:22:47 2010	(r30967)
@@ -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) { \

Modified: trunk/libvo/vo_wii.c
==============================================================================
--- trunk/libvo/vo_wii.c	Sat Mar 27 13:47:26 2010	(r30966)
+++ trunk/libvo/vo_wii.c	Sat Mar 27 16:22:47 2010	(r30967)
@@ -61,7 +61,7 @@ static const vo_info_t info = {
   ""
 };
 
-LIBVO_EXTERN(wii)
+const LIBVO_EXTERN(wii)
 
 static signed int pre_init_err = -2;
 


More information about the MPlayer-cvslog mailing list