lavf: Switch bitrate to 64bit unless compatibility with avconv was requested.

Based on a patch by Steve Swanson, swanysteve at gmail.

Fixes ticket #2089.
This commit is contained in:
Carl Eugen Hoyos
2015-09-15 18:02:47 +02:00
parent 7404f3bdb9
commit c311713ca9
6 changed files with 14 additions and 6 deletions
+4
View File
@@ -15,6 +15,10 @@ libavutil: 2015-08-28
API changes, most recent first:
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
2015-09-15 - lavc 57.2.100 - avcodec.h
bit_rate/rc_max_rate/rc_min_rate were changed to 64bit, make sure you update
any printf() or other type sensitive code