Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
d5874e9c
Commit
d5874e9c
authored
Dec 22, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavdevice: increase LIBAVDEVICE_VERSION_MICRO to 100
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
2a85358d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
avdevice.c
libavdevice/avdevice.c
+2
-0
avdevice.h
libavdevice/avdevice.h
+1
-1
No files found.
libavdevice/avdevice.c
View file @
d5874e9c
...
...
@@ -16,10 +16,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/avassert.h"
#include "avdevice.h"
unsigned
avdevice_version
(
void
)
{
av_assert0
(
LIBAVDEVICE_VERSION_MICRO
>=
100
);
return
LIBAVDEVICE_VERSION_INT
;
}
...
...
libavdevice/avdevice.h
View file @
d5874e9c
...
...
@@ -46,7 +46,7 @@
#define LIBAVDEVICE_VERSION_MAJOR 53
#define LIBAVDEVICE_VERSION_MINOR 4
#define LIBAVDEVICE_VERSION_MICRO
0
#define LIBAVDEVICE_VERSION_MICRO
10
0
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
LIBAVDEVICE_VERSION_MINOR, \
...
...
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