comparison 4xm.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 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
840 return 0; 840 return 0;
841 } 841 }
842 842
843 AVCodec fourxm_decoder = { 843 AVCodec fourxm_decoder = {
844 "4xm", 844 "4xm",
845 CODEC_TYPE_VIDEO, 845 AVMEDIA_TYPE_VIDEO,
846 CODEC_ID_4XM, 846 CODEC_ID_4XM,
847 sizeof(FourXContext), 847 sizeof(FourXContext),
848 decode_init, 848 decode_init,
849 NULL, 849 NULL,
850 decode_end, 850 decode_end,