diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-03-22 16:26:29 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-03-22 16:26:29 +0000 |
commit | 887af2aa125dd345a51eb5470c5c013327a214d6 (patch) | |
tree | 3a770cc329421f8be8cc7963fcb88254f4fe27b0 /libavformat/avformat.h | |
parent | 685e76b5541ca5f5f4aaddc32ad313187314a77d (diff) | |
download | ffmpeg-887af2aa125dd345a51eb5470c5c013327a214d6.tar.gz |
RTP depacketization of Theora
Patch by Josh Allmann (joshua allmann gmail com)
Originally committed as revision 22636 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 2646373def..58978db669 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 56 +#define LIBAVFORMAT_VERSION_MINOR 57 #define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |