diff options
author | Martin Storsjö <martin@martin.st> | 2010-10-13 09:06:59 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-10-13 09:06:59 +0000 |
commit | 01c8d258da5db97e67ac89af493ffb9bc2f82d2d (patch) | |
tree | 126ee44281397bf2e4d12488e2d4c1271ad34139 /libavformat/avformat.h | |
parent | 65cdee9c95d8f97dcb471c346b1afe87a16ee726 (diff) | |
download | ffmpeg-01c8d258da5db97e67ac89af493ffb9bc2f82d2d.tar.gz |
Add a SAP demuxer
Originally committed as revision 25463 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 42ba01f897..849db4ca8f 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 81 +#define LIBAVFORMAT_VERSION_MINOR 82 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |