summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index 14f0719a8..d09c2d279 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -221,6 +221,7 @@ struct hb_audio_s
int id;
char lang[1024];
char lang_simple[1024];
+ char iso639_2[4];
int codec;
int rate;
int bitrate;
@@ -267,6 +268,7 @@ struct hb_subtitle_s
{
int id;
char lang[1024];
+ char iso639_2[4];
#ifdef __LIBHB__
/* Internal data */