comparison rv40.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 d0f2f4e4436c
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
666 return 0; 666 return 0;
667 } 667 }
668 668
669 AVCodec rv40_decoder = { 669 AVCodec rv40_decoder = {
670 "rv40", 670 "rv40",
671 CODEC_TYPE_VIDEO, 671 AVMEDIA_TYPE_VIDEO,
672 CODEC_ID_RV40, 672 CODEC_ID_RV40,
673 sizeof(RV34DecContext), 673 sizeof(RV34DecContext),
674 rv40_decode_init, 674 rv40_decode_init,
675 NULL, 675 NULL,
676 ff_rv34_decode_end, 676 ff_rv34_decode_end,