comparison kmvc.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 9ab7ba20202c
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
401 return 0; 401 return 0;
402 } 402 }
403 403
404 AVCodec kmvc_decoder = { 404 AVCodec kmvc_decoder = {
405 "kmvc", 405 "kmvc",
406 CODEC_TYPE_VIDEO, 406 AVMEDIA_TYPE_VIDEO,
407 CODEC_ID_KMVC, 407 CODEC_ID_KMVC,
408 sizeof(KmvcContext), 408 sizeof(KmvcContext),
409 decode_init, 409 decode_init,
410 NULL, 410 NULL,
411 decode_end, 411 decode_end,