diff options
author | Shlomo Hakim <[email protected]> | 2016-03-03 23:12:38 +0200 |
---|---|---|
committer | Shlomo Hakim <[email protected]> | 2016-03-03 23:12:38 +0200 |
commit | e92c513699c1426169229f91ca74dc1bcdacb047 (patch) | |
tree | e0410124e08bc290b2ce106e9bf487d953055134 /libhb/lang.h | |
parent | ba2f812eaad757ba5c8b726265fc8b5d47821a8a (diff) |
Support language code changes between ISO639 and ISO639-1
Diffstat (limited to 'libhb/lang.h')
-rw-r--r-- | libhb/lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/lang.h b/libhb/lang.h index a0db17162..69c67ec13 100644 --- a/libhb/lang.h +++ b/libhb/lang.h @@ -17,7 +17,7 @@ typedef struct iso639_lang_t char * iso639_1; /* ISO-639-1 (2 characters) code */ char * iso639_2; /* ISO-639-2/t (3 character) code */ char * iso639_2b; /* ISO-639-2/b code (if different from above) */ - + char * iso639; /* Obsolete ISO-639 code (if changed in ISO-639-1) */ } iso639_lang_t; #ifdef __cplusplus |