libavformat: increase LIBAVFORMAT_VERSION_MICRO to 100
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user