diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2009-10-16 03:02:25 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2009-10-16 03:02:25 +0000 |
commit | 046c40010390af94bf3379f7e1eff9b5a5ddd250 (patch) | |
tree | 3df24f8dcfa944308ac3d6b951f495f41388ec44 /libavformat/avformat.h | |
parent | 75df2edbb915f5faa0ee67d8d36d94a68e584fc0 (diff) | |
download | ffmpeg-046c40010390af94bf3379f7e1eff9b5a5ddd250.tar.gz |
Add Speex support to the FLV muxer.
Originally committed as revision 20245 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-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 ddb3ffadb4..19914b6d66 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -23,7 +23,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MINOR 39 -#define LIBAVFORMAT_VERSION_MICRO 1 +#define LIBAVFORMAT_VERSION_MICRO 2 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |