diff utils.c @ 1111:d4a6d2ddc318 libavformat

fix probe of high bitrate mpeg2video
author michael
date Tue, 13 Jun 2006 11:10:55 +0000
parents 1aabcccb2efa
children 6ea3cf7eaba9
line wrap: on
line diff
--- a/utils.c	Mon Jun 12 13:09:19 2006 +0000
+++ b/utils.c	Tue Jun 13 11:10:55 2006 +0000
@@ -515,7 +515,7 @@
 
 /** Size of probe buffer, for guessing file type from file contents. */
 #define PROBE_BUF_MIN 2048
-#define PROBE_BUF_MAX 131072
+#define PROBE_BUF_MAX (1<<20)
 
 /**
  * Open a media file as input. The codec are not opened. Only the file