diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-08-16 14:23:35 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-08-16 14:23:35 +0000 |
commit | 51291e60052329b438ea26cbf6baf6ce79e44ad5 (patch) | |
tree | 268b7b55b0298eba3b0278ec093745ec8fbe4aec /libavformat/avformat.h | |
parent | 7b18d94cb3c44cab320f4ea177760fa14d82fe30 (diff) | |
download | ffmpeg-51291e60052329b438ea26cbf6baf6ce79e44ad5.tar.gz |
Add RTP depacketization of VP8
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 24798 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 d4fdc52439..a6c40ad8b7 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 2 +#define LIBAVFORMAT_VERSION_MICRO 3 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |