libavformat: increase LIBAVFORMAT_VERSION_MICRO to 100
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1674073b4d
commit
2a85358d4f
@ -27,6 +27,7 @@
|
||||
#include "libavcodec/internal.h"
|
||||
#include "libavcodec/raw.h"
|
||||
#include "libavcodec/bytestream.h"
|
||||
#include "libavutil/avassert.h"
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavutil/dict.h"
|
||||
#include "libavutil/pixdesc.h"
|
||||
@ -55,6 +56,7 @@
|
||||
|
||||
unsigned avformat_version(void)
|
||||
{
|
||||
av_assert0(LIBAVFORMAT_VERSION_MICRO >= 100);
|
||||
return LIBAVFORMAT_VERSION_INT;
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#define LIBAVFORMAT_VERSION_MAJOR 53
|
||||
#define LIBAVFORMAT_VERSION_MINOR 27
|
||||
#define LIBAVFORMAT_VERSION_MICRO 0
|
||||
#define LIBAVFORMAT_VERSION_MICRO 100
|
||||
|
||||
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
|
||||
LIBAVFORMAT_VERSION_MINOR, \
|
||||
|
Loading…
Reference in New Issue
Block a user