summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authoreddyg <[email protected]>2008-10-23 19:23:35 +0000
committereddyg <[email protected]>2008-10-23 19:23:35 +0000
commitf2910e72629518720d68097bdd0989fda198055d (patch)
treecee56e2fa811d27327f168f2fcbed51372863f51 /libhb/common.h
parentfb4e2f2e0152da33c468edb5a9c921494c1133b2 (diff)
Added support for extracting the audio and subtitle types and adding those to the audio and subtitle names, e.g. Director's Commentary.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1863 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 c00268da1..c674fd831 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -360,6 +360,7 @@ struct hb_audio_config_s
PRIVATE char description[1024];
PRIVATE char simple[1024];
PRIVATE char iso639_2[4];
+ PRIVATE uint8_t type; /* normal, visually impared, directors */
} lang;
};
@@ -408,6 +409,7 @@ struct hb_subtitle_s
int id;
char lang[1024];
char iso639_2[4];
+ uint8_t type; /* Closed Caption, Childrens, Directors etc */
int hits; /* How many hits/occurrences of this subtitle */
int forced_hits; /* How many forced hits in this subtitle */