Mercurial > libavcodec.hg
comparison avcodec.h @ 12402:e1c8b2779d98 libavcodec
added codec-ids for the a64 codec
| author | bindhammer |
|---|---|
| date | Mon, 23 Aug 2010 11:51:04 +0000 |
| parents | b4b2f1006d9d |
| children | 86f5aff0f8e8 |
comparison
equal
deleted
inserted
replaced
| 12401:f25a00f68cfa | 12402:e1c8b2779d98 |
|---|---|
| 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 85 | 33 #define LIBAVCODEC_VERSION_MINOR 86 |
| 34 #define LIBAVCODEC_VERSION_MICRO 1 | 34 #define LIBAVCODEC_VERSION_MICRO 1 |
| 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) |
| 211 CODEC_ID_KGV1, | 211 CODEC_ID_KGV1, |
| 212 CODEC_ID_YOP, | 212 CODEC_ID_YOP, |
| 213 CODEC_ID_VP8, | 213 CODEC_ID_VP8, |
| 214 CODEC_ID_PICTOR, | 214 CODEC_ID_PICTOR, |
| 215 CODEC_ID_ANSI, | 215 CODEC_ID_ANSI, |
| 216 CODEC_ID_A64_MULTI, | |
| 217 CODEC_ID_A64_MULTI5, | |
| 218 | |
| 216 | 219 |
| 217 /* various PCM "codecs" */ | 220 /* various PCM "codecs" */ |
| 218 CODEC_ID_PCM_S16LE= 0x10000, | 221 CODEC_ID_PCM_S16LE= 0x10000, |
| 219 CODEC_ID_PCM_S16BE, | 222 CODEC_ID_PCM_S16BE, |
| 220 CODEC_ID_PCM_U16LE, | 223 CODEC_ID_PCM_U16LE, |
