comparison flicvideo.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 266bf83f634d
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
737 return 0; 737 return 0;
738 } 738 }
739 739
740 AVCodec flic_decoder = { 740 AVCodec flic_decoder = {
741 "flic", 741 "flic",
742 CODEC_TYPE_VIDEO, 742 AVMEDIA_TYPE_VIDEO,
743 CODEC_ID_FLIC, 743 CODEC_ID_FLIC,
744 sizeof(FlicDecodeContext), 744 sizeof(FlicDecodeContext),
745 flic_decode_init, 745 flic_decode_init,
746 NULL, 746 NULL,
747 flic_decode_end, 747 flic_decode_end,