Commit 523a5494 authored by michael's avatar michael

increasing version for AVBitStreamFilters


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5645 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2baea32e
......@@ -17,8 +17,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
#define LIBAVCODEC_VERSION_INT ((51<<16)+(9<<8)+0)
#define LIBAVCODEC_VERSION 51.9.0
#define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+0)
#define LIBAVCODEC_VERSION 51.10.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_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