comparison avcodec.h @ 2550:8bf96ac84409 libavcodec

group audio codec ids
author michael
date Sun, 06 Mar 2005 22:49:46 +0000
parents a27a580f292e
children 9a7770ebed14
comparison
equal deleted inserted replaced
2549:89ca1169b24c 2550:8bf96ac84409
15 #include "rational.h" 15 #include "rational.h"
16 #include <sys/types.h> /* size_t */ 16 #include <sys/types.h> /* size_t */
17 17
18 #define FFMPEG_VERSION_INT 0x000409 18 #define FFMPEG_VERSION_INT 0x000409
19 #define FFMPEG_VERSION "0.4.9-pre1" 19 #define FFMPEG_VERSION "0.4.9-pre1"
20 #define LIBAVCODEC_BUILD 4745 20 #define LIBAVCODEC_BUILD 4746
21 21
22 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT 22 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
23 #define LIBAVCODEC_VERSION FFMPEG_VERSION 23 #define LIBAVCODEC_VERSION FFMPEG_VERSION
24 24
25 #define AV_STRINGIFY(s) AV_TOSTRING(s) 25 #define AV_STRINGIFY(s) AV_TOSTRING(s)
163 CODEC_ID_SONIC_LS, 163 CODEC_ID_SONIC_LS,
164 CODEC_ID_FLAC, 164 CODEC_ID_FLAC,
165 CODEC_ID_MP3ADU, 165 CODEC_ID_MP3ADU,
166 CODEC_ID_MP3ON4, 166 CODEC_ID_MP3ON4,
167 CODEC_ID_SHORTEN, 167 CODEC_ID_SHORTEN,
168 CODEC_ID_ALAC,
168 169
169 CODEC_ID_OGGTHEORA= 0x16000, 170 CODEC_ID_OGGTHEORA= 0x16000,
170 171
171 CODEC_ID_MPEG2TS= 0x20000, /* _FAKE_ codec to indicate a raw MPEG2 transport 172 CODEC_ID_MPEG2TS= 0x20000, /* _FAKE_ codec to indicate a raw MPEG2 transport
172 stream (only used by libavformat) */ 173 stream (only used by libavformat) */
173 CODEC_ID_ALAC,
174 }; 174 };
175 175
176 /* CODEC_ID_MP3LAME is absolete */ 176 /* CODEC_ID_MP3LAME is absolete */
177 #define CODEC_ID_MP3LAME CODEC_ID_MP3 177 #define CODEC_ID_MP3LAME CODEC_ID_MP3
178 178