]> granicus.if.org Git - handbrake/commitdiff
scan: increase scan size thresh to accomodate raw 4K avi
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 12 May 2015 15:39:55 +0000 (15:39 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 12 May 2015 15:39:55 +0000 (15:39 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7172 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/scan.c

index 3826897a41c3f428411926a486a0082cb7bc41bc..09928a93a379742c9976fb444dc2681b1019f887 100644 (file)
@@ -32,7 +32,7 @@ typedef struct
 
 } 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 );