Mercurial > mplayer.hg
changeset 25671:21c7bc945c8f
Add a few "const" attributes.
author | reimar |
---|---|
date | Sat, 12 Jan 2008 15:50:06 +0000 |
parents | 7d5b292b8ade |
children | f7151c256b72 |
files | libmpdemux/demux_ty_osd.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_ty_osd.c Sat Jan 12 15:45:47 2008 +0000 +++ b/libmpdemux/demux_ty_osd.c Sat Jan 12 15:50:06 2008 +0000 @@ -573,14 +573,14 @@ 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