comparison sunrast.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 028a4deb56d3
children 914f484bb476
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
183 return 0; 183 return 0;
184 } 184 }
185 185
186 AVCodec sunrast_decoder = { 186 AVCodec sunrast_decoder = {
187 "sunrast", 187 "sunrast",
188 CODEC_TYPE_VIDEO, 188 AVMEDIA_TYPE_VIDEO,
189 CODEC_ID_SUNRAST, 189 CODEC_ID_SUNRAST,
190 sizeof(SUNRASTContext), 190 sizeof(SUNRASTContext),
191 sunrast_init, 191 sunrast_init,
192 NULL, 192 NULL,
193 sunrast_end, 193 sunrast_end,