comparison rv30.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 305536ce781f
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
266 return 0; 266 return 0;
267 } 267 }
268 268
269 AVCodec rv30_decoder = { 269 AVCodec rv30_decoder = {
270 "rv30", 270 "rv30",
271 CODEC_TYPE_VIDEO, 271 AVMEDIA_TYPE_VIDEO,
272 CODEC_ID_RV30, 272 CODEC_ID_RV30,
273 sizeof(RV34DecContext), 273 sizeof(RV34DecContext),
274 rv30_decode_init, 274 rv30_decode_init,
275 NULL, 275 NULL,
276 ff_rv34_decode_end, 276 ff_rv34_decode_end,