comparison xl.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 8a137661f31e
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
138 return 0; 138 return 0;
139 } 139 }
140 140
141 AVCodec xl_decoder = { 141 AVCodec xl_decoder = {
142 "xl", 142 "xl",
143 CODEC_TYPE_VIDEO, 143 AVMEDIA_TYPE_VIDEO,
144 CODEC_ID_VIXL, 144 CODEC_ID_VIXL,
145 sizeof(VideoXLContext), 145 sizeof(VideoXLContext),
146 decode_init, 146 decode_init,
147 NULL, 147 NULL,
148 decode_end, 148 decode_end,