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
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" : "" );
}
force = test_sub_list( subforce, "scan", pos );
- if ( !burn && mux == HB_MUX_MKV )
+ if ( !burn )
{
job->select_subtitle_config.dest = PASSTHRUSUB;
}
- else if ( burn )
+ else
{
if ( sub_burned )
{