diff options
author | saintdev <[email protected]> | 2007-03-26 19:38:24 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2007-03-26 19:38:24 +0000 |
commit | 5b4288a0466445f060e9897ead19a970724dc8c1 (patch) | |
tree | b7db565592eefdc51db8d448fc9cd23d9d4cf73a /libhb/common.h | |
parent | 03670893ccd2c2c20081cf57797bf925503762ee (diff) |
Keep the language id for each audio track when using MP4.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@454 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 2 |
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 */ |