Mercurial > libavformat.hg
diff avformat.h @ 6159:3fcaee5cf416 libavformat
Add an av_register_protocol2 function that takes a size parameter
This allows extending the URLProtocol struct without breaking binary
compatibility with code compiled with older definitions of the struct.
| author | mstorsjo |
|---|---|
| date | Tue, 22 Jun 2010 13:58:48 +0000 |
| parents | 938df9041b1c |
| children | 1b4be334ef89 |
line wrap: on
line diff
--- a/avformat.h Tue Jun 22 08:48:28 2010 +0000 +++ b/avformat.h Tue Jun 22 13:58:48 2010 +0000 @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 68 +#define LIBAVFORMAT_VERSION_MINOR 69 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
