comparison zmbv.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 d7ed9dcc78e3
children 3309ebc37b11
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
652 return 0; 652 return 0;
653 } 653 }
654 654
655 AVCodec zmbv_decoder = { 655 AVCodec zmbv_decoder = {
656 "zmbv", 656 "zmbv",
657 CODEC_TYPE_VIDEO, 657 AVMEDIA_TYPE_VIDEO,
658 CODEC_ID_ZMBV, 658 CODEC_ID_ZMBV,
659 sizeof(ZmbvContext), 659 sizeof(ZmbvContext),
660 decode_init, 660 decode_init,
661 NULL, 661 NULL,
662 decode_end, 662 decode_end,