Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sixue.cheng
ffmpeg-7.1
Commits
c361fa9e
Commit
c361fa9e
authored
4 years ago
by
Michael Niedermayer
Browse files
Options
Download
Email Patches
Plain Diff
Bump minor versions after release branch
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
c67d2a28
master
n7.1-dev
n7.0.2
n7.0.1
n7.0
n6.2-dev
n6.1.2
n6.1.1
n6.1
n6.1-dev
n6.0.1
n6.0
n5.2-dev
n5.1.6
n5.1.5
n5.1.4
n5.1.3
n5.1.2
n5.1.1
n5.1
n5.1-dev
n5.0.3
n5.0.2
n5.0.1
n5.0
n4.5-dev
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
libavcodec/version.h
+1
-1
libavcodec/version.h
libavdevice/version.h
+1
-1
libavdevice/version.h
libavfilter/version.h
+1
-1
libavfilter/version.h
libavformat/version.h
+1
-1
libavformat/version.h
libavutil/version.h
+1
-1
libavutil/version.h
libpostproc/version.h
+1
-1
libpostproc/version.h
libswresample/version.h
+1
-1
libswresample/version.h
libswscale/version.h
+1
-1
libswscale/version.h
with
8 additions
and
8 deletions
+8
-8
libavcodec/version.h
+
1
-
1
View file @
c361fa9e
...
...
@@ -28,7 +28,7 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 13
4
#define LIBAVCODEC_VERSION_MINOR 13
5
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
...
...
This diff is collapsed.
Click to expand it.
libavdevice/version.h
+
1
-
1
View file @
c361fa9e
...
...
@@ -28,7 +28,7 @@
#include "libavutil/version.h"
#define LIBAVDEVICE_VERSION_MAJOR 58
#define LIBAVDEVICE_VERSION_MINOR 1
3
#define LIBAVDEVICE_VERSION_MINOR 1
4
#define LIBAVDEVICE_VERSION_MICRO 100
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
...
...
This diff is collapsed.
Click to expand it.
libavfilter/version.h
+
1
-
1
View file @
c361fa9e
...
...
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 7
#define LIBAVFILTER_VERSION_MINOR 11
0
#define LIBAVFILTER_VERSION_MINOR 11
1
#define LIBAVFILTER_VERSION_MICRO 100
...
...
This diff is collapsed.
Click to expand it.
libavformat/version.h
+
1
-
1
View file @
c361fa9e
...
...
@@ -32,7 +32,7 @@
// Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
// Also please add any ticket numbers that you believe might be affected here
#define LIBAVFORMAT_VERSION_MAJOR 58
#define LIBAVFORMAT_VERSION_MINOR 7
6
#define LIBAVFORMAT_VERSION_MINOR 7
7
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
...
...
This diff is collapsed.
Click to expand it.
libavutil/version.h
+
1
-
1
View file @
c361fa9e
...
...
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 56
#define LIBAVUTIL_VERSION_MINOR 7
0
#define LIBAVUTIL_VERSION_MINOR 7
1
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
...
...
This diff is collapsed.
Click to expand it.
libpostproc/version.h
+
1
-
1
View file @
c361fa9e
...
...
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBPOSTPROC_VERSION_MAJOR 55
#define LIBPOSTPROC_VERSION_MINOR
9
#define LIBPOSTPROC_VERSION_MINOR
10
#define LIBPOSTPROC_VERSION_MICRO 100
#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \
...
...
This diff is collapsed.
Click to expand it.
libswresample/version.h
+
1
-
1
View file @
c361fa9e
...
...
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBSWRESAMPLE_VERSION_MAJOR 3
#define LIBSWRESAMPLE_VERSION_MINOR
9
#define LIBSWRESAMPLE_VERSION_MINOR
10
#define LIBSWRESAMPLE_VERSION_MICRO 100
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
...
...
This diff is collapsed.
Click to expand it.
libswscale/version.h
+
1
-
1
View file @
c361fa9e
...
...
@@ -27,7 +27,7 @@
#include "libavutil/version.h"
#define LIBSWSCALE_VERSION_MAJOR 5
#define LIBSWSCALE_VERSION_MINOR
9
#define LIBSWSCALE_VERSION_MINOR
10
#define LIBSWSCALE_VERSION_MICRO 100
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help