summaryrefslogtreecommitdiffstats
path: root/libhb/lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/lang.h')
-rw-r--r--libhb/lang.h2
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