summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-06-08 23:47:07 +0000
committerjstebbins <[email protected]>2010-06-08 23:47:07 +0000
commit18089d241a97abbfdaefb18a230defd351e2c0bd (patch)
tree64995c2ddf2d5541ca09c7656656a51f60e74649 /libhb
parent144923b3dc28cf4c484e5e0f6624cde0a4cd654f (diff)
CLI: missed another conditional that forces burned subs in mp4
also, print "Foreign Audio Search" instead of "Render/Burn in" in the log during an indepth_scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3373 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r--libhb/work.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/work.c b/libhb/work.c
index c1891a683..c219dd8cd 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -322,6 +322,7 @@ void hb_display_job_info( hb_job_t * job )
subtitle->source == UTF8SUB ? "UTF-8" :
subtitle->source == TX3GSUB ? "TX3G" :
subtitle->source == SSASUB ? "SSA" : "Unknown",
+ job->indepth_scan ? "Foreign Audio Search" :
subtitle->config.dest == RENDERSUB ? "Render/Burn in" : "Pass-Through",
subtitle->config.force ? ", Forced Only" : "",
subtitle->config.default_track ? ", Default" : "" );