From: John Stebbins Date: Mon, 27 Nov 2017 18:28:56 +0000 (-0800) Subject: stream: better probing of PS files X-Git-Tag: 1.1.0~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4df3c6b2a6a75d6e2333b1fb012731e2718d490c;p=handbrake stream: better probing of PS files The probe did not inspect enough data and did not always detect all streams. Thanks to josephpaul0 Fixes https://github.com/HandBrake/HandBrake/issues/1023 --- diff --git a/libhb/stream.c b/libhb/stream.c index d4d03ab12..e223482cd 100644 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -107,7 +107,7 @@ typedef enum { ffmpeg } hb_stream_type_t; -#define MAX_PS_PROBE_SIZE (5*1024*1024) +#define MAX_PS_PROBE_SIZE (32*1024*1024) #define kMaxNumberPMTStreams 32 typedef struct