Commit 2e6bb9d8 authored by reimar's avatar reimar

Increase minor version due to new av_close_input_stream


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11270 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0eb83827
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
#ifndef FFMPEG_AVFORMAT_H #ifndef FFMPEG_AVFORMAT_H
#define FFMPEG_AVFORMAT_H #define FFMPEG_AVFORMAT_H
#define LIBAVFORMAT_VERSION_INT ((52<<16)+(2<<8)+0) #define LIBAVFORMAT_VERSION_INT ((52<<16)+(3<<8)+0)
#define LIBAVFORMAT_VERSION 52.2.0 #define LIBAVFORMAT_VERSION 52.3.0
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment