Mercurial > libavformat.hg
diff avformat.h @ 5907:326378da363a libavformat
Implement YOP demuxer and video decoder.
Patch by Mohamed Naufal gmailify(naufal11).
| author | stefano |
|---|---|
| date | Mon, 29 Mar 2010 22:17:01 +0000 |
| parents | 5564d7f2ed5a |
| children | b8041f85c327 |
line wrap: on
line diff
--- a/avformat.h Mon Mar 29 19:17:49 2010 +0000 +++ b/avformat.h Mon Mar 29 22:17:01 2010 +0000 @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 58 +#define LIBAVFORMAT_VERSION_MINOR 59 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
