comparison motionpixels.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 2980d9efc542
children
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
302 return 0; 302 return 0;
303 } 303 }
304 304
305 AVCodec motionpixels_decoder = { 305 AVCodec motionpixels_decoder = {
306 "motionpixels", 306 "motionpixels",
307 CODEC_TYPE_VIDEO, 307 AVMEDIA_TYPE_VIDEO,
308 CODEC_ID_MOTIONPIXELS, 308 CODEC_ID_MOTIONPIXELS,
309 sizeof(MotionPixelsContext), 309 sizeof(MotionPixelsContext),
310 mp_decode_init, 310 mp_decode_init,
311 NULL, 311 NULL,
312 mp_decode_end, 312 mp_decode_end,