comparison mimic.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 98970e51365a
children
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
378 return 0; 378 return 0;
379 } 379 }
380 380
381 AVCodec mimic_decoder = { 381 AVCodec mimic_decoder = {
382 "mimic", 382 "mimic",
383 CODEC_TYPE_VIDEO, 383 AVMEDIA_TYPE_VIDEO,
384 CODEC_ID_MIMIC, 384 CODEC_ID_MIMIC,
385 sizeof(MimicContext), 385 sizeof(MimicContext),
386 mimic_decode_init, 386 mimic_decode_init,
387 NULL, 387 NULL,
388 mimic_decode_end, 388 mimic_decode_end,