comparison pictordec.c @ 12516:34beb0af8204 libavcodec

Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the corresponding AVMEDIA_TYPE_* symbols.
author stefano
date Sat, 25 Sep 2010 23:27:16 +0000
parents ffb3668ff7af
children
comparison
equal deleted inserted replaced
12515:307776e26174 12516:34beb0af8204
237 return 0; 237 return 0;
238 } 238 }
239 239
240 AVCodec pictor_decoder = { 240 AVCodec pictor_decoder = {
241 "pictor", 241 "pictor",
242 CODEC_TYPE_VIDEO, 242 AVMEDIA_TYPE_VIDEO,
243 CODEC_ID_PICTOR, 243 CODEC_ID_PICTOR,
244 sizeof(PicContext), 244 sizeof(PicContext),
245 NULL, 245 NULL,
246 NULL, 246 NULL,
247 decode_end, 247 decode_end,