Mercurial > libavformat.hg
diff avformat.h @ 5071:b2aa396484d4 libavformat
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M
| author | bcoudurier |
|---|---|
| date | Thu, 25 Jun 2009 19:10:27 +0000 |
| parents | 9fd4808c3916 |
| children | 19abdf659596 |
line wrap: on
line diff
--- a/avformat.h Thu Jun 25 19:01:16 2009 +0000 +++ b/avformat.h Thu Jun 25 19:10:27 2009 +0000 @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 35 +#define LIBAVFORMAT_VERSION_MINOR 36 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
