comparison idcinvideo.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 5da84f0d0a55
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
253 return 0; 253 return 0;
254 } 254 }
255 255
256 AVCodec idcin_decoder = { 256 AVCodec idcin_decoder = {
257 "idcinvideo", 257 "idcinvideo",
258 CODEC_TYPE_VIDEO, 258 AVMEDIA_TYPE_VIDEO,
259 CODEC_ID_IDCIN, 259 CODEC_ID_IDCIN,
260 sizeof(IdcinContext), 260 sizeof(IdcinContext),
261 idcin_decode_init, 261 idcin_decode_init,
262 NULL, 262 NULL,
263 idcin_decode_end, 263 idcin_decode_end,