diff libvo/vo_dfbmga.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents 4b0528fe0ffd
children c9e9ac2008c2
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c	Sun Dec 02 13:53:03 2007 +0000
+++ b/libvo/vo_dfbmga.c	Sun Dec 02 14:06:03 2007 +0000
@@ -41,7 +41,7 @@
 #include "aspect.h"
 #include "mp_fifo.h"
 
-static vo_info_t info = {
+static const vo_info_t info = {
      "DirectFB / Matrox G200/G400/G450/G550",
      "dfbmga",
      "Ville Syrjala <syrjala@sci.fi>",