From c97429e22b24796686f5d9c257af95713490dcb2 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 8 Aug 2008 18:40:50 +0000 Subject: Implement avformat_version(). Originally committed as revision 14667 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 8479d6720f..c7188f5bf6 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define FFMPEG_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 19 +#define LIBAVFORMAT_VERSION_MINOR 20 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ @@ -35,6 +35,11 @@ #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) +/** + * Returns the LIBAVFORMAT_VERSION_INT constant. + */ +unsigned avformat_version(void); + #include #include /* FILE */ #include "libavcodec/avcodec.h" -- cgit v1.2.3