comparison vb.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 3dd1cb77cc60
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
287 return 0; 287 return 0;
288 } 288 }
289 289
290 AVCodec vb_decoder = { 290 AVCodec vb_decoder = {
291 "vb", 291 "vb",
292 CODEC_TYPE_VIDEO, 292 AVMEDIA_TYPE_VIDEO,
293 CODEC_ID_VB, 293 CODEC_ID_VB,
294 sizeof(VBDecContext), 294 sizeof(VBDecContext),
295 decode_init, 295 decode_init,
296 NULL, 296 NULL,
297 decode_end, 297 decode_end,