summaryrefslogtreecommitdiffstats
path: root/libhb/scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/scan.c')
-rw-r--r--libhb/scan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/scan.c b/libhb/scan.c
index bec45d373..7b563638a 100644
--- a/libhb/scan.c
+++ b/libhb/scan.c
@@ -555,8 +555,8 @@ static int DecodePreviews( hb_scan_t * data, hb_title_t * title )
}
// If it's a BD, we can relax this a bit. Since seeks will
// at least get us to a recovery point.
- if (data->bd)
- vidskip = 4;
+ if (data->bd || title->type == HB_FF_STREAM_TYPE)
+ vidskip = 2;
}
for( j = 0; j < 10240 ; j++ )