diff options
Diffstat (limited to 'libhb/scan.c')
-rw-r--r-- | libhb/scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/scan.c b/libhb/scan.c index f952706f9..7ab7e17c7 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -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) |