comparison adxdec.c @ 11560:8a4984c5cacc libavcodec

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.
author stefano
date Tue, 30 Mar 2010 23:30:55 +0000
parents 54bc8a2727b0
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
166 return buf-buf0; 166 return buf-buf0;
167 } 167 }
168 168
169 AVCodec adpcm_adx_decoder = { 169 AVCodec adpcm_adx_decoder = {
170 "adpcm_adx", 170 "adpcm_adx",
171 CODEC_TYPE_AUDIO, 171 AVMEDIA_TYPE_AUDIO,
172 CODEC_ID_ADPCM_ADX, 172 CODEC_ID_ADPCM_ADX,
173 sizeof(ADXContext), 173 sizeof(ADXContext),
174 adx_decode_init, 174 adx_decode_init,
175 NULL, 175 NULL,
176 NULL, 176 NULL,