comparison avcodec.h @ 5673:9810f0bbacb2 libavcodec

Monkey Audio decoder
author kostya
date Thu, 13 Sep 2007 03:22:47 +0000
parents 327f714d69c0
children 18cfb83b7dc7
comparison
equal deleted inserted replaced
5672:ce58a38cd391 5673:9810f0bbacb2
31 #include <sys/types.h> /* size_t */ 31 #include <sys/types.h> /* size_t */
32 32
33 #define AV_STRINGIFY(s) AV_TOSTRING(s) 33 #define AV_STRINGIFY(s) AV_TOSTRING(s)
34 #define AV_TOSTRING(s) #s 34 #define AV_TOSTRING(s) #s
35 35
36 #define LIBAVCODEC_VERSION_INT ((51<<16)+(43<<8)+0) 36 #define LIBAVCODEC_VERSION_INT ((51<<16)+(44<<8)+0)
37 #define LIBAVCODEC_VERSION 51.43.0 37 #define LIBAVCODEC_VERSION 51.44.0
38 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT 38 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
39 39
40 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) 40 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
41 41
42 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000) 42 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)
258 CODEC_ID_MUSEPACK7, 258 CODEC_ID_MUSEPACK7,
259 CODEC_ID_MLP, 259 CODEC_ID_MLP,
260 CODEC_ID_GSM_MS, /* as found in WAV */ 260 CODEC_ID_GSM_MS, /* as found in WAV */
261 CODEC_ID_ATRAC3, 261 CODEC_ID_ATRAC3,
262 CODEC_ID_VOXWARE, 262 CODEC_ID_VOXWARE,
263 CODEC_ID_APE,
263 264
264 /* subtitle codecs */ 265 /* subtitle codecs */
265 CODEC_ID_DVD_SUBTITLE= 0x17000, 266 CODEC_ID_DVD_SUBTITLE= 0x17000,
266 CODEC_ID_DVB_SUBTITLE, 267 CODEC_ID_DVB_SUBTITLE,
267 CODEC_ID_TEXT, /* raw UTF-8 text */ 268 CODEC_ID_TEXT, /* raw UTF-8 text */