summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-12 15:50:06 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-12 15:50:06 +0000
commitd3fb56248d9091b57437f1076b5ef728ab6602b1 (patch)
treed1f03455f10a69c7a6682d8477eebac72d148598 /libmpdemux
parent73f743f5c5e11588f2d2971509c2d15c4f5603f0 (diff)
downloadmpv-d3fb56248d9091b57437f1076b5ef728ab6602b1.tar.bz2
mpv-d3fb56248d9091b57437f1076b5ef728ab6602b1.tar.xz
Add a few "const" attributes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25699 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/demux_ty_osd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/demux_ty_osd.c b/libmpdemux/demux_ty_osd.c
index ee2958998e..8b75ab9766 100644
--- a/libmpdemux/demux_ty_osd.c
+++ b/libmpdemux/demux_ty_osd.c
@@ -573,14 +573,14 @@ static char TY_XDS [ 8 ][ 25 ][ 34 ];
static char TY_XDS_new[ 8 ][ 25 ][ 34 ];
// Array of [ MPAARating|TVRating ][ NumberRatings ]
-static char *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 char *TY_XDS_modes[] =
+static const char const *TY_XDS_modes[] =
{
"CURRENT", // 01h-02h current program
"FUTURE ", // 03h-04h future program