mirror of https://github.com/mpv-player/mpv
Add forgotten const for pal_ireland.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25711 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
47cbaf4c81
commit
8018842169
|
@ -747,7 +747,7 @@ static const struct CHANLIST pal_italy[] = {
|
|||
FREQ_UHF
|
||||
};
|
||||
|
||||
static struct CHANLIST pal_ireland[] = {
|
||||
static const struct CHANLIST pal_ireland[] = {
|
||||
{ "A0", 45750 },
|
||||
{ "A1", 48000 },
|
||||
{ "A2", 53750 },
|
||||
|
|
Loading…
Reference in New Issue