comparison dpx.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 d54e52670962
children 914f484bb476
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
214 return 0; 214 return 0;
215 } 215 }
216 216
217 AVCodec dpx_decoder = { 217 AVCodec dpx_decoder = {
218 "dpx", 218 "dpx",
219 CODEC_TYPE_VIDEO, 219 AVMEDIA_TYPE_VIDEO,
220 CODEC_ID_DPX, 220 CODEC_ID_DPX,
221 sizeof(DPXContext), 221 sizeof(DPXContext),
222 decode_init, 222 decode_init,
223 NULL, 223 NULL,
224 decode_end, 224 decode_end,