From 80ffb9a03d9454a7ae272dc3415d672cffc0c44a Mon Sep 17 00:00:00 2001 From: jbrjake Date: Thu, 26 Jul 2007 04:44:08 +0000 Subject: Native language subtitle scan improvements. Thanks, eddyg! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@741 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- test/test.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/test.c') diff --git a/test/test.c b/test/test.c index 9c85e3121..929e3eb20 100644 --- a/test/test.c +++ b/test/test.c @@ -635,12 +635,9 @@ static int HandleEvents( hb_handle_t * h ) * Turn on subtitle scan if requested, note that this option * precludes encoding of any actual subtitles. */ - job->subtitle_scan = subtitle_scan; if ( subtitle_scan ) { - fprintf( stderr, "Subtitle Scan Enabled, will scan all " - "subtitles matching the audio language for any\n" - "that meet our auto-selection criteria.\n"); + fprintf( stderr, "Warning: Subtitle Scan only works in two-pass, disabling\n"); } job->pass = 0; hb_add( h, job ); -- cgit v1.2.3