Commit 72bae1b3 authored by michael's avatar michael

fix probe of high bitrate mpeg2video


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5471 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 34520aab
......@@ -515,7 +515,7 @@ int av_open_input_stream(AVFormatContext **ic_ptr,
/** 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment