]> granicus.if.org Git - handbrake/commitdiff
scan: eliminate duplicate activity log stream info
authorjstebbins <jstebbins.hb@gmail.com>
Mon, 17 Nov 2014 18:40:56 +0000 (18:40 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Mon, 17 Nov 2014 18:40:56 +0000 (18:40 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6525 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/scan.c

index f952706f9009bd0c681309c5f2cdbbaebfb99473..7ab7e17c7e2fa9222b62ad026c9d05abdbd73832 100644 (file)
@@ -523,11 +523,11 @@ static int DecodePreviews( hb_scan_t * data, hb_title_t * title, int flush )
     }
     else if (data->batch)
     {
-        stream = hb_stream_open( title->path, title, 1 );
+        stream = hb_stream_open( title->path, title, 0 );
     }
     else if (data->stream)
     {
-        stream = hb_stream_open( data->path, title, 1 );
+        stream = hb_stream_open( data->path, title, 0 );
     }
 
     if (title->video_codec == WORK_NONE)