diff options
author | Martin Storsjö <martin@martin.st> | 2010-12-05 19:37:45 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-12-05 19:37:45 +0000 |
commit | 35014efcc6b0753ba3398e10887a7fae65a0c877 (patch) | |
tree | e7483de4305fdbb1307923822b9c4825d013aaa8 /libavformat/avformat.h | |
parent | 129983408d0d064db656742a3d3d4c038420f48c (diff) | |
download | ffmpeg-35014efcc6b0753ba3398e10887a7fae65a0c877.tar.gz |
rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658
This fixes roundup issue 2390.
Originally committed as revision 25889 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 86ef13ad4e..3079b384b9 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,8 +22,8 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 87 -#define LIBAVFORMAT_VERSION_MICRO 1 +#define LIBAVFORMAT_VERSION_MINOR 88 +#define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |