diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-12-13 15:55:07 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-12-13 15:55:07 +0000 |
commit | c3d15329443d5750832268bcc61689b738eb94e1 (patch) | |
tree | 70cbb98a899ee90992c798943707b9a0c5312446 /libavformat | |
parent | 02b398ef4957ec5d8278043218977a3ecccd9297 (diff) | |
download | ffmpeg-c3d15329443d5750832268bcc61689b738eb94e1.tar.gz |
APIChanges & minor bump due to avg_frame_rate addition.
Originally committed as revision 20827 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index b67a1b4f6e..23e9d50008 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 41 +#define LIBAVFORMAT_VERSION_MINOR 42 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |