diff options
author | awk <[email protected]> | 2007-07-04 02:14:42 +0000 |
---|---|---|
committer | awk <[email protected]> | 2007-07-04 02:14:42 +0000 |
commit | 2e0106d686bb69faa1182dabbceb58969a93956f (patch) | |
tree | e00e2090e8a526e8e2baf205cdc4bbcda8825df4 /libhb/lang.h | |
parent | 5ceeadd648a9952506bd3e166d9fdba1ae2b4da4 (diff) |
Implement transport and program stream support. With these changes it's now possible to open a .ts or .mpg files and transcode to standard Handbrake Output files. This fixes Ticket #21.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@648 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/lang.h')
-rw-r--r-- | libhb/lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/lang.h b/libhb/lang.h index ac734a7b1..a1cab4d32 100644 --- a/libhb/lang.h +++ b/libhb/lang.h @@ -205,7 +205,7 @@ static const iso639_lang_t languages[] = { "Zulu", "", "zu", "zul" }, { NULL, NULL, NULL } }; -iso639_lang_t * lang_for_code( int code ) +static iso639_lang_t * lang_for_code( int code ) { char code_string[2]; iso639_lang_t * lang; |