X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fchantables.h;h=31287419102c18d9dfa66f7a92c1e585025671f0;hp=38f6fb9e73bac4ae09f4a168a5b1ab7b9a256a7a;hb=834732af87bfd7f1d4035109f31e48db12b415fa;hpb=010024a919b463542b843cf2dd50e0ccb30f1269 diff --git a/cinelerra-5.1/cinelerra/chantables.h b/cinelerra-5.1/cinelerra/chantables.h index 38f6fb9e..31287419 100644 --- a/cinelerra-5.1/cinelerra/chantables.h +++ b/cinelerra-5.1/cinelerra/chantables.h @@ -38,8 +38,6 @@ typedef struct #define CHAN_COUNT(x) (sizeof(x)/sizeof(CHANLIST)) -extern CHANLISTS chanlists[]; - #define NTSC_AUDIO_CARRIER 4500 #define PAL_AUDIO_CARRIER_I 6000 #define PAL_AUDIO_CARRIER_BGHN 5500 @@ -69,5 +67,8 @@ extern CHANLISTS chanlists[]; #define PAL_NEWZEALAND 10 #define PAL_AUSTRALIA 11 #define PAL_IRELAND 12 +#define CHANLIST_SIZE 13 + +extern CHANLISTS chanlists[CHANLIST_SIZE]; #endif