Mercurial > libavcodec.hg
comparison avcodec.h @ 10122:fe081db7c09c libavcodec
add missing wmapro decoder parts
| author | faust3 |
|---|---|
| date | Wed, 02 Sep 2009 16:41:49 +0000 |
| parents | 27eef2ead6ab |
| children | 2fc1e93229ee |
comparison
equal
deleted
inserted
replaced
| 10121:3ae2df444cdb | 10122:fe081db7c09c |
|---|---|
| 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 34 | 33 #define LIBAVCODEC_VERSION_MINOR 35 |
| 34 #define LIBAVCODEC_VERSION_MICRO 0 | 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) |
