comparison flashsv.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 a4596f842e18
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
250 } 250 }
251 251
252 252
253 AVCodec flashsv_decoder = { 253 AVCodec flashsv_decoder = {
254 "flashsv", 254 "flashsv",
255 CODEC_TYPE_VIDEO, 255 AVMEDIA_TYPE_VIDEO,
256 CODEC_ID_FLASHSV, 256 CODEC_ID_FLASHSV,
257 sizeof(FlashSVContext), 257 sizeof(FlashSVContext),
258 flashsv_decode_init, 258 flashsv_decode_init,
259 NULL, 259 NULL,
260 flashsv_decode_end, 260 flashsv_decode_end,