Commit 8503da51 authored by andoma's avatar andoma

Bump lavf minor due to addition of

av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek()



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11111 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 648cc664
...@@ -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)+(0<<8)+0) #define LIBAVFORMAT_VERSION_INT ((52<<16)+(1<<8)+0)
#define LIBAVFORMAT_VERSION 52.0.0 #define LIBAVFORMAT_VERSION 52.1.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