comparison avcodec.h @ 5823:4beef9d0e663 libavcodec

Nellymoser ASAO decoder
author banan
date Mon, 15 Oct 2007 16:26:02 +0000
parents b809aff51f19
children 1d83e9c34641
comparison
equal deleted inserted replaced
5822:b49be74d387c 5823:4beef9d0e663
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)+(45<<8)+0) 36 #define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+0)
37 #define LIBAVCODEC_VERSION 51.45.0 37 #define LIBAVCODEC_VERSION 51.46.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)
262 CODEC_ID_MLP, 262 CODEC_ID_MLP,
263 CODEC_ID_GSM_MS, /* as found in WAV */ 263 CODEC_ID_GSM_MS, /* as found in WAV */
264 CODEC_ID_ATRAC3, 264 CODEC_ID_ATRAC3,
265 CODEC_ID_VOXWARE, 265 CODEC_ID_VOXWARE,
266 CODEC_ID_APE, 266 CODEC_ID_APE,
267 CODEC_ID_NELLYMOSER,
267 268
268 /* subtitle codecs */ 269 /* subtitle codecs */
269 CODEC_ID_DVD_SUBTITLE= 0x17000, 270 CODEC_ID_DVD_SUBTITLE= 0x17000,
270 CODEC_ID_DVB_SUBTITLE, 271 CODEC_ID_DVB_SUBTITLE,
271 CODEC_ID_TEXT, /* raw UTF-8 text */ 272 CODEC_ID_TEXT, /* raw UTF-8 text */