comparison fraps.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 4cab394c16ea
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
364 } 364 }
365 365
366 366
367 AVCodec fraps_decoder = { 367 AVCodec fraps_decoder = {
368 "fraps", 368 "fraps",
369 CODEC_TYPE_VIDEO, 369 AVMEDIA_TYPE_VIDEO,
370 CODEC_ID_FRAPS, 370 CODEC_ID_FRAPS,
371 sizeof(FrapsContext), 371 sizeof(FrapsContext),
372 decode_init, 372 decode_init,
373 NULL, 373 NULL,
374 decode_end, 374 decode_end,