mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Bump lavf minor due to addition of
av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek() Originally committed as revision 11111 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e7e4810aae
commit
fe2b276c2e
@ -21,8 +21,8 @@
|
||||
#ifndef FFMPEG_AVFORMAT_H
|
||||
#define FFMPEG_AVFORMAT_H
|
||||
|
||||
#define LIBAVFORMAT_VERSION_INT ((52<<16)+(0<<8)+0)
|
||||
#define LIBAVFORMAT_VERSION 52.0.0
|
||||
#define LIBAVFORMAT_VERSION_INT ((52<<16)+(1<<8)+0)
|
||||
#define LIBAVFORMAT_VERSION 52.1.0
|
||||
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
|
||||
|
||||
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user