comparison libmpdemux/demux_ty_osd.c @ 27692:a5c4e1f7aaa7

Correctly place second const in declaration.
author cehoyos
date Sun, 05 Oct 2008 23:16:49 +0000
parents e5f5e8891f86
children 0f1b5b68af32
comparison
equal deleted inserted replaced
27691:db22dd913ac3 27692:a5c4e1f7aaa7
572 // Array of [ Mode ][ Type ][ Length ] 572 // Array of [ Mode ][ Type ][ Length ]
573 static char TY_XDS [ 8 ][ 25 ][ 34 ]; 573 static char TY_XDS [ 8 ][ 25 ][ 34 ];
574 static char TY_XDS_new[ 8 ][ 25 ][ 34 ]; 574 static char TY_XDS_new[ 8 ][ 25 ][ 34 ];
575 575
576 // Array of [ MPAARating|TVRating ][ NumberRatings ] 576 // Array of [ MPAARating|TVRating ][ NumberRatings ]
577 static const char const *TY_XDS_CHIP[ 2 ][ 8 ] = 577 static const char * const TY_XDS_CHIP[ 2 ][ 8 ] =
578 { 578 {
579 { "(NOT APPLICABLE)", "G", "PG", "PG-13", "R", "NC-17", "X", "(NOT RATED)" }, 579 { "(NOT APPLICABLE)", "G", "PG", "PG-13", "R", "NC-17", "X", "(NOT RATED)" },
580 { "(NOT RATED)", "TV-Y", "TV-Y7", "TV-G", "TV-PG", "TV-14", "TV-MA", 580 { "(NOT RATED)", "TV-Y", "TV-Y7", "TV-G", "TV-PG", "TV-14", "TV-MA",
581 "(NOT RATED)" } 581 "(NOT RATED)" }
582 }; 582 };
583 583
584 static const char const *TY_XDS_modes[] = 584 static const char * const TY_XDS_modes[] =
585 { 585 {
586 "CURRENT", // 01h-02h current program 586 "CURRENT", // 01h-02h current program
587 "FUTURE ", // 03h-04h future program 587 "FUTURE ", // 03h-04h future program
588 "CHANNEL", // 05h-06h channel 588 "CHANNEL", // 05h-06h channel
589 "MISC. ", // 07h-08h miscellaneous 589 "MISC. ", // 07h-08h miscellaneous