comparison nellymoserdec.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 4b3da727d832
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
198 return 0; 198 return 0;
199 } 199 }
200 200
201 AVCodec nellymoser_decoder = { 201 AVCodec nellymoser_decoder = {
202 "nellymoser", 202 "nellymoser",
203 CODEC_TYPE_AUDIO, 203 AVMEDIA_TYPE_AUDIO,
204 CODEC_ID_NELLYMOSER, 204 CODEC_ID_NELLYMOSER,
205 sizeof(NellyMoserDecodeContext), 205 sizeof(NellyMoserDecodeContext),
206 decode_init, 206 decode_init,
207 NULL, 207 NULL,
208 decode_end, 208 decode_end,