Mercurial > libavformat.hg
changeset 1111:d4a6d2ddc318 libavformat
fix probe of high bitrate mpeg2video
author | michael |
---|---|
date | Tue, 13 Jun 2006 11:10:55 +0000 |
parents | a188feae9a07 |
children | 241e057ed0ef |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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