lavf: Switch probesize and max_analyze_duration to 64bit.

Both are only accessible through AVOptions.
This commit is contained in:
Carl Eugen Hoyos
2015-09-15 17:36:38 +02:00
parent c311713ca9
commit b290972b8f
6 changed files with 13 additions and 12 deletions

View File

@@ -15,6 +15,10 @@ libavutil: 2015-08-28
API changes, most recent first:
2015-09-15 - lavf 57.2.100 - avformat.h
probesize and max_analyze_duration switched to 64bit, both
are only accessible through AVOptions
2015-09-15 - lavf 57.1.100 - avformat.h
bit_rate was changed to 64bit, make sure you update any
printf() or other type sensitive code