diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2009-10-13 01:46:19 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2009-10-13 01:46:19 +0000 |
commit | 87462968183381edbfc1de98528e4b7c7c697f70 (patch) | |
tree | 21e296e5aa518a503afcfdc1578e0d841b66e8f7 /libavformat/avformat.h | |
parent | 24c6f152c44bc27b26cee77d4d3395137c40b61e (diff) | |
download | ffmpeg-87462968183381edbfc1de98528e4b7c7c697f70.tar.gz |
Add Speex support to the Ogg muxer.
Originally committed as revision 20220 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 fbe65f509c..ddb3ffadb4 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 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |