Commit fa5967f0 authored by kostya's avatar kostya

New RM format deserves small version bump

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10827 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bef52821
......@@ -33,8 +33,8 @@
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+0)
#define LIBAVCODEC_VERSION 51.46.0
#define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+1)
#define LIBAVCODEC_VERSION 51.46.1
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
......
......@@ -21,8 +21,8 @@
#ifndef FFMPEG_AVFORMAT_H
#define FFMPEG_AVFORMAT_H
#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+0)
#define LIBAVFORMAT_VERSION 51.16.0
#define LIBAVFORMAT_VERSION_INT ((51<<16)+(16<<8)+1)
#define LIBAVFORMAT_VERSION 51.16.1
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
#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