diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-08-07 11:16:07 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-08-07 11:16:07 +0000 |
commit | 91af5601c14908c3d23d881c4cd2b725d5ad2bde (patch) | |
tree | 7fbc44c7808d35f3a6fc69c56e6cad31537f640f /libavformat/avformat.h | |
parent | a63dbf3970bb25bb4447dc458ad0951f00486ac0 (diff) | |
download | ffmpeg-91af5601c14908c3d23d881c4cd2b725d5ad2bde.tar.gz |
Add RTP packetization of Theora and Vorbis
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24735 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 452aea6842..9f489ec108 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 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |