diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-02-10 17:20:50 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-02-10 17:20:50 +0000 |
commit | 556aa7a1022c31566f64c9cb8fe8de0d4d5b44b2 (patch) | |
tree | 9c2d45a04d91cc897ca9c78a8dcee4214d3628c0 /libavformat/avformat.h | |
parent | 1edea057dd678cc34b6f0b81430ea17d4aa2b6ac (diff) | |
download | ffmpeg-556aa7a1022c31566f64c9cb8fe8de0d4d5b44b2.tar.gz |
RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.
Originally committed as revision 21740 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 9d2692709a..28e042971c 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 51 +#define LIBAVFORMAT_VERSION_MINOR 52 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |