comparison indeo3.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 ee740a4e80c5
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
1136 return 0; 1136 return 0;
1137 } 1137 }
1138 1138
1139 AVCodec indeo3_decoder = { 1139 AVCodec indeo3_decoder = {
1140 "indeo3", 1140 "indeo3",
1141 CODEC_TYPE_VIDEO, 1141 AVMEDIA_TYPE_VIDEO,
1142 CODEC_ID_INDEO3, 1142 CODEC_ID_INDEO3,
1143 sizeof(Indeo3DecodeContext), 1143 sizeof(Indeo3DecodeContext),
1144 indeo3_decode_init, 1144 indeo3_decode_init,
1145 NULL, 1145 NULL,
1146 indeo3_decode_end, 1146 indeo3_decode_end,