comparison vqavideo.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
608 return 0; 608 return 0;
609 } 609 }
610 610
611 AVCodec vqa_decoder = { 611 AVCodec vqa_decoder = {
612 "vqavideo", 612 "vqavideo",
613 CODEC_TYPE_VIDEO, 613 AVMEDIA_TYPE_VIDEO,
614 CODEC_ID_WS_VQA, 614 CODEC_ID_WS_VQA,
615 sizeof(VqaContext), 615 sizeof(VqaContext),
616 vqa_decode_init, 616 vqa_decode_init,
617 NULL, 617 NULL,
618 vqa_decode_end, 618 vqa_decode_end,