Mercurial > libavcodec.hg
comparison avcodec.h @ 11756:cec5a6f0beec libavcodec
VP8 decoding via libvpx.
Patch by James Zern for Google, Inc., jzern google com
| author | cehoyos |
|---|---|
| date | Tue, 25 May 2010 01:19:08 +0000 |
| parents | 0ec1a0299e2d |
| children | 6d58a4f5e455 |
comparison
equal
deleted
inserted
replaced
| 11755:d796f05e90f5 | 11756:cec5a6f0beec |
|---|---|
| 28 | 28 |
| 29 #include <errno.h> | 29 #include <errno.h> |
| 30 #include "libavutil/avutil.h" | 30 #include "libavutil/avutil.h" |
| 31 | 31 |
| 32 #define LIBAVCODEC_VERSION_MAJOR 52 | 32 #define LIBAVCODEC_VERSION_MAJOR 52 |
| 33 #define LIBAVCODEC_VERSION_MINOR 68 | 33 #define LIBAVCODEC_VERSION_MINOR 69 |
| 34 #define LIBAVCODEC_VERSION_MICRO 3 | 34 #define LIBAVCODEC_VERSION_MICRO 0 |
| 35 | 35 |
| 36 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ | 36 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |
| 37 LIBAVCODEC_VERSION_MINOR, \ | 37 LIBAVCODEC_VERSION_MINOR, \ |
| 38 LIBAVCODEC_VERSION_MICRO) | 38 LIBAVCODEC_VERSION_MICRO) |
| 39 #define LIBAVCODEC_VERSION AV_VERSION(LIBAVCODEC_VERSION_MAJOR, \ | 39 #define LIBAVCODEC_VERSION AV_VERSION(LIBAVCODEC_VERSION_MAJOR, \ |
