comparison avcodec.h @ 5879:ad73103623ab libavcodec

Musepack SV8 demuxer and decoder
author kostya
date Wed, 07 Nov 2007 05:35:46 +0000
parents b56df7a7204c
children 83ac4620c6ed
comparison
equal deleted inserted replaced
5878:6c962a4004a1 5879:ad73103623ab
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)+(47<<8)+2) 36 #define LIBAVCODEC_VERSION_INT ((51<<16)+(48<<8)+0)
37 #define LIBAVCODEC_VERSION 51.47.2 37 #define LIBAVCODEC_VERSION 51.48.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)
270 CODEC_ID_GSM_MS, /* as found in WAV */ 270 CODEC_ID_GSM_MS, /* as found in WAV */
271 CODEC_ID_ATRAC3, 271 CODEC_ID_ATRAC3,
272 CODEC_ID_VOXWARE, 272 CODEC_ID_VOXWARE,
273 CODEC_ID_APE, 273 CODEC_ID_APE,
274 CODEC_ID_NELLYMOSER, 274 CODEC_ID_NELLYMOSER,
275 CODEC_ID_MUSEPACK8,
275 276
276 /* subtitle codecs */ 277 /* subtitle codecs */
277 CODEC_ID_DVD_SUBTITLE= 0x17000, 278 CODEC_ID_DVD_SUBTITLE= 0x17000,
278 CODEC_ID_DVB_SUBTITLE, 279 CODEC_ID_DVB_SUBTITLE,
279 CODEC_ID_TEXT, /* raw UTF-8 text */ 280 CODEC_ID_TEXT, /* raw UTF-8 text */