diff options
author | Martin Storsjö <martin@martin.st> | 2010-09-09 19:27:41 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-09-09 19:27:41 +0000 |
commit | 9013560f13308642a00e6dab038b3cb5d820a81e (patch) | |
tree | 7c436cad32b762b2c201edff42a3108ac855d5d9 /libavformat/avformat.h | |
parent | 58e37eafce10bbcf10b111cafb7ba8586c76ef4b (diff) | |
download | ffmpeg-9013560f13308642a00e6dab038b3cb5d820a81e.tar.gz |
Add a muxer and demuxer for raw G.722
Originally committed as revision 25087 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 b95aaa4685..441f807b80 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -23,7 +23,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MINOR 78 -#define LIBAVFORMAT_VERSION_MICRO 3 +#define LIBAVFORMAT_VERSION_MICRO 4 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |