comparison vp5.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 0dce4fe6e6f3
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
284 return 0; 284 return 0;
285 } 285 }
286 286
287 AVCodec vp5_decoder = { 287 AVCodec vp5_decoder = {
288 "vp5", 288 "vp5",
289 CODEC_TYPE_VIDEO, 289 AVMEDIA_TYPE_VIDEO,
290 CODEC_ID_VP5, 290 CODEC_ID_VP5,
291 sizeof(VP56Context), 291 sizeof(VP56Context),
292 vp5_decode_init, 292 vp5_decode_init,
293 NULL, 293 NULL,
294 vp56_free, 294 vp56_free,