summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-07-26 04:44:08 +0000
committerjbrjake <[email protected]>2007-07-26 04:44:08 +0000
commit80ffb9a03d9454a7ae272dc3415d672cffc0c44a (patch)
tree3bc2ab61a7eaf53425c0e67d9a7baf7dc3d39bb6 /test/test.c
parent5ba628237996fb82df61337b0d6ee684cde35df5 (diff)
Native language subtitle scan improvements. Thanks, eddyg!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@741 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c5
1 files changed, 1 insertions, 4 deletions
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 );