diff options
author | John Stebbins <[email protected]> | 2017-11-06 10:48:26 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2017-11-06 10:48:26 -0800 |
commit | 8a68af4675fd90f58ab0b8a191345847bff94cea (patch) | |
tree | 5f473c29873fe702e9d2177903557cbd6acb79c3 /libhb/bd.c | |
parent | d438e35c7edf9a94cddb7853fe68a50207d1027d (diff) |
CLI: add option to log version, title, and progress in json
This is useful for scripts and other frontends that need to parse CLI output.
Diffstat (limited to 'libhb/bd.c')
-rw-r--r-- | libhb/bd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/bd.c b/libhb/bd.c index 843fd6c53..23af8934b 100644 --- a/libhb/bd.c +++ b/libhb/bd.c @@ -191,7 +191,7 @@ static void add_audio(int track, hb_list_t *list_audio, BLURAY_STREAM_INFO *bdau lang = lang_for_code2( (char*)bdaudio->lang ); - audio->config.lang.type = 0; + audio->config.lang.attributes = HB_AUDIO_ATTR_NONE; snprintf( audio->config.lang.simple, sizeof( audio->config.lang.simple ), "%s", |