diff options
author | jstebbins <[email protected]> | 2015-05-12 00:43:54 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-05-12 00:43:54 +0000 |
commit | 7a4983f7bb43608fc6d84ffa26007511d928bf9f (patch) | |
tree | 74665686c5f16e8f37849441a636092ef525af6b /libhb/scan.c | |
parent | 7d0f528cb5a168bba6306458f904e21e156901c9 (diff) |
scan: increase scan size thresh to accomodate raw 4K avi
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7170 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/scan.c')
-rw-r--r-- | libhb/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/scan.c b/libhb/scan.c index 1ab175765..b747c7239 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -31,7 +31,7 @@ typedef struct uint64_t min_title_duration; } hb_scan_t; -#define PREVIEW_READ_THRESH (1024 * 1024 * 10) +#define PREVIEW_READ_THRESH (1024 * 1024 * 300) static void ScanFunc( void * ); static int DecodePreviews( hb_scan_t *, hb_title_t * title, int flush ); |