X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Flang.h;h=cdf39e015769a44d9c51abe973ab7f2bbb8a4aa6;hb=033e32de9c380f54c7d1362a3979da205ebc3a29;hp=4e48d23323992b52c911b49e72237e0bebeb9cf5;hpb=4b7ebc4179653c88bc6d91d59917193375870088;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/lang.h b/libhb/lang.h index 4e48d233..cdf39e01 100644 --- a/libhb/lang.h +++ b/libhb/lang.h @@ -1,7 +1,7 @@ /* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #ifndef HB_LANG_H @@ -12,7 +12,8 @@ typedef struct iso639_lang_t char * eng_name; /* Description in English */ char * native_name; /* Description in native language */ char * iso639_1; /* ISO-639-1 (2 characters) code */ - char * iso639_2; /* ISO-639-2 (3 character) code */ + char * iso639_2; /* ISO-639-2/t (3 character) code */ + char * iso639_2b; /* ISO-639-2/b code (if different from above) */ } iso639_lang_t;