comparison cavsdec.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 9a793cb05a85
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
709 } 709 }
710 } 710 }
711 711
712 AVCodec cavs_decoder = { 712 AVCodec cavs_decoder = {
713 "cavs", 713 "cavs",
714 CODEC_TYPE_VIDEO, 714 AVMEDIA_TYPE_VIDEO,
715 CODEC_ID_CAVS, 715 CODEC_ID_CAVS,
716 sizeof(AVSContext), 716 sizeof(AVSContext),
717 ff_cavs_init, 717 ff_cavs_init,
718 NULL, 718 NULL,
719 ff_cavs_end, 719 ff_cavs_end,