[MPlayer-cvslog] r27724 - trunk/libmpdemux/demux_ty_osd.c
cehoyos
subversion at mplayerhq.hu
Mon Oct 6 01:16:49 CEST 2008
Author: cehoyos
Date: Mon Oct 6 01:16:49 2008
New Revision: 27724
Log:
Correctly place second const in declaration.
Modified:
trunk/libmpdemux/demux_ty_osd.c
Modified: trunk/libmpdemux/demux_ty_osd.c
==============================================================================
--- trunk/libmpdemux/demux_ty_osd.c (original)
+++ trunk/libmpdemux/demux_ty_osd.c Mon Oct 6 01:16:49 2008
@@ -574,14 +574,14 @@ static char TY_XDS [ 8 ][ 25 ][ 34 ];
static char TY_XDS_new[ 8 ][ 25 ][ 34 ];
// Array of [ MPAARating|TVRating ][ NumberRatings ]
-static const char const *TY_XDS_CHIP[ 2 ][ 8 ] =
+static const char * const TY_XDS_CHIP[ 2 ][ 8 ] =
{
{ "(NOT APPLICABLE)", "G", "PG", "PG-13", "R", "NC-17", "X", "(NOT RATED)" },
{ "(NOT RATED)", "TV-Y", "TV-Y7", "TV-G", "TV-PG", "TV-14", "TV-MA",
"(NOT RATED)" }
};
-static const char const *TY_XDS_modes[] =
+static const char * const TY_XDS_modes[] =
{
"CURRENT", // 01h-02h current program
"FUTURE ", // 03h-04h future program
More information about the MPlayer-cvslog
mailing list