comparison indeo2.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 bdf4a9ca162a
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
224 return 0; 224 return 0;
225 } 225 }
226 226
227 AVCodec indeo2_decoder = { 227 AVCodec indeo2_decoder = {
228 "indeo2", 228 "indeo2",
229 CODEC_TYPE_VIDEO, 229 AVMEDIA_TYPE_VIDEO,
230 CODEC_ID_INDEO2, 230 CODEC_ID_INDEO2,
231 sizeof(Ir2Context), 231 sizeof(Ir2Context),
232 ir2_decode_init, 232 ir2_decode_init,
233 NULL, 233 NULL,
234 ir2_decode_end, 234 ir2_decode_end,