diff options
author | Michele OrrĂ¹ <maker.py@gmail.com> | 2010-02-07 10:25:58 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-07 10:25:58 +0000 |
commit | 084eb95fd5eacb2eba653210c8e460b2a3d9a729 (patch) | |
tree | 7e1226e77460458034c0106521f953963529bc8d /libavformat/avformat.h | |
parent | 9873ae0d444a0566dc65a68ac7663a2b994b79b3 (diff) | |
download | ffmpeg-084eb95fd5eacb2eba653210c8e460b2a3d9a729.tar.gz |
Implement a physical concatenation protocol.
Patch by Michele OrrĂ¹ reverse(<moc.liamg@yp.rekam>).
Originally committed as revision 21666 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 e404fd1813..9d2692709a 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 50 +#define LIBAVFORMAT_VERSION_MINOR 51 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |