Mercurial > libavcodec.hg
comparison avcodec.h @ 4328:a0cfbd6679c0 libavcodec
Musepack SV7 decoding support
| author | kostya |
|---|---|
| date | Sun, 24 Dec 2006 04:51:43 +0000 |
| parents | a9f4d5c92218 |
| children | 1e251b54cba2 |
comparison
equal
deleted
inserted
replaced
| 4327:a9f4d5c92218 | 4328:a0cfbd6679c0 |
|---|---|
| 35 #include <sys/types.h> /* size_t */ | 35 #include <sys/types.h> /* size_t */ |
| 36 | 36 |
| 37 #define AV_STRINGIFY(s) AV_TOSTRING(s) | 37 #define AV_STRINGIFY(s) AV_TOSTRING(s) |
| 38 #define AV_TOSTRING(s) #s | 38 #define AV_TOSTRING(s) #s |
| 39 | 39 |
| 40 #define LIBAVCODEC_VERSION_INT ((51<<16)+(27<<8)+0) | 40 #define LIBAVCODEC_VERSION_INT ((51<<16)+(28<<8)+0) |
| 41 #define LIBAVCODEC_VERSION 51.27.0 | 41 #define LIBAVCODEC_VERSION 51.28.0 |
| 42 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT | 42 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT |
| 43 | 43 |
| 44 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) | 44 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) |
| 45 | 45 |
| 46 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000) | 46 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000) |
| 235 CODEC_ID_SMACKAUDIO, | 235 CODEC_ID_SMACKAUDIO, |
| 236 CODEC_ID_QCELP, | 236 CODEC_ID_QCELP, |
| 237 CODEC_ID_WAVPACK, | 237 CODEC_ID_WAVPACK, |
| 238 CODEC_ID_DSICINAUDIO, | 238 CODEC_ID_DSICINAUDIO, |
| 239 CODEC_ID_IMC, | 239 CODEC_ID_IMC, |
| 240 CODEC_ID_MUSEPACK7, | |
| 240 | 241 |
| 241 /* subtitle codecs */ | 242 /* subtitle codecs */ |
| 242 CODEC_ID_DVD_SUBTITLE= 0x17000, | 243 CODEC_ID_DVD_SUBTITLE= 0x17000, |
| 243 CODEC_ID_DVB_SUBTITLE, | 244 CODEC_ID_DVB_SUBTITLE, |
| 244 | 245 |
| 2315 extern AVCodec dsicinvideo_decoder; | 2316 extern AVCodec dsicinvideo_decoder; |
| 2316 extern AVCodec dsicinaudio_decoder; | 2317 extern AVCodec dsicinaudio_decoder; |
| 2317 extern AVCodec tiertexseqvideo_decoder; | 2318 extern AVCodec tiertexseqvideo_decoder; |
| 2318 extern AVCodec tiff_decoder; | 2319 extern AVCodec tiff_decoder; |
| 2319 extern AVCodec imc_decoder; | 2320 extern AVCodec imc_decoder; |
| 2321 extern AVCodec mpc7_decoder; | |
| 2320 | 2322 |
| 2321 /* pcm codecs */ | 2323 /* pcm codecs */ |
| 2322 #define PCM_CODEC(id, name) \ | 2324 #define PCM_CODEC(id, name) \ |
| 2323 extern AVCodec name ## _decoder; \ | 2325 extern AVCodec name ## _decoder; \ |
| 2324 extern AVCodec name ## _encoder | 2326 extern AVCodec name ## _encoder |
