File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 28
28
#include "libavutil/version.h"
29
29
30
30
#define LIBAVCODEC_VERSION_MAJOR 58
31
- #define LIBAVCODEC_VERSION_MINOR 134
31
+ #define LIBAVCODEC_VERSION_MINOR 135
32
32
#define LIBAVCODEC_VERSION_MICRO 100
33
33
34
34
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
Original file line number Diff line number Diff line change 28
28
#include "libavutil/version.h"
29
29
30
30
#define LIBAVDEVICE_VERSION_MAJOR 58
31
- #define LIBAVDEVICE_VERSION_MINOR 13
31
+ #define LIBAVDEVICE_VERSION_MINOR 14
32
32
#define LIBAVDEVICE_VERSION_MICRO 100
33
33
34
34
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
Original file line number Diff line number Diff line change 30
30
#include "libavutil/version.h"
31
31
32
32
#define LIBAVFILTER_VERSION_MAJOR 7
33
- #define LIBAVFILTER_VERSION_MINOR 110
33
+ #define LIBAVFILTER_VERSION_MINOR 111
34
34
#define LIBAVFILTER_VERSION_MICRO 100
35
35
36
36
Original file line number Diff line number Diff line change 32
32
// Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
33
33
// Also please add any ticket numbers that you believe might be affected here
34
34
#define LIBAVFORMAT_VERSION_MAJOR 58
35
- #define LIBAVFORMAT_VERSION_MINOR 76
35
+ #define LIBAVFORMAT_VERSION_MINOR 77
36
36
#define LIBAVFORMAT_VERSION_MICRO 100
37
37
38
38
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
Original file line number Diff line number Diff line change 79
79
*/
80
80
81
81
#define LIBAVUTIL_VERSION_MAJOR 56
82
- #define LIBAVUTIL_VERSION_MINOR 70
82
+ #define LIBAVUTIL_VERSION_MINOR 71
83
83
#define LIBAVUTIL_VERSION_MICRO 100
84
84
85
85
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
Original file line number Diff line number Diff line change 29
29
#include "libavutil/avutil.h"
30
30
31
31
#define LIBPOSTPROC_VERSION_MAJOR 55
32
- #define LIBPOSTPROC_VERSION_MINOR 9
32
+ #define LIBPOSTPROC_VERSION_MINOR 10
33
33
#define LIBPOSTPROC_VERSION_MICRO 100
34
34
35
35
#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \
Original file line number Diff line number Diff line change 29
29
#include "libavutil/avutil.h"
30
30
31
31
#define LIBSWRESAMPLE_VERSION_MAJOR 3
32
- #define LIBSWRESAMPLE_VERSION_MINOR 9
32
+ #define LIBSWRESAMPLE_VERSION_MINOR 10
33
33
#define LIBSWRESAMPLE_VERSION_MICRO 100
34
34
35
35
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
Original file line number Diff line number Diff line change 27
27
#include "libavutil/version.h"
28
28
29
29
#define LIBSWSCALE_VERSION_MAJOR 5
30
- #define LIBSWSCALE_VERSION_MINOR 9
30
+ #define LIBSWSCALE_VERSION_MINOR 10
31
31
#define LIBSWSCALE_VERSION_MICRO 100
32
32
33
33
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
You can’t perform that action at this time.
0 commit comments