comparison anm.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 d1115fb7e914
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
183 return 0; 183 return 0;
184 } 184 }
185 185
186 AVCodec anm_decoder = { 186 AVCodec anm_decoder = {
187 "anm", 187 "anm",
188 CODEC_TYPE_VIDEO, 188 AVMEDIA_TYPE_VIDEO,
189 CODEC_ID_ANM, 189 CODEC_ID_ANM,
190 sizeof(AnmContext), 190 sizeof(AnmContext),
191 decode_init, 191 decode_init,
192 NULL, 192 NULL,
193 decode_end, 193 decode_end,