Mercurial > libavcodec.hg
comparison avcodec.h @ 8747:a261e3271d1f libavcodec
Use libopenjpeg for jpeg2k decoding.
Patch by Jaikrishnan Menon
| author | cehoyos |
|---|---|
| date | Fri, 06 Feb 2009 11:49:31 +0000 |
| parents | 9833a42260fc |
| children | 2528b6a2b5d3 |
comparison
equal
deleted
inserted
replaced
| 8746:2c296d925b70 | 8747:a261e3271d1f |
|---|---|
| 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 12 | 33 #define LIBAVCODEC_VERSION_MINOR 13 |
| 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) |
