comparison c93.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 54bc8a2727b0
children
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
242 return buf_size; 242 return buf_size;
243 } 243 }
244 244
245 AVCodec c93_decoder = { 245 AVCodec c93_decoder = {
246 "c93", 246 "c93",
247 CODEC_TYPE_VIDEO, 247 AVMEDIA_TYPE_VIDEO,
248 CODEC_ID_C93, 248 CODEC_ID_C93,
249 sizeof(C93DecoderContext), 249 sizeof(C93DecoderContext),
250 decode_init, 250 decode_init,
251 NULL, 251 NULL,
252 decode_end, 252 decode_end,