comparison h263dec.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 c66e0bc700dd
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
725 return get_consumed_bytes(s, buf_size); 725 return get_consumed_bytes(s, buf_size);
726 } 726 }
727 727
728 AVCodec h263_decoder = { 728 AVCodec h263_decoder = {
729 "h263", 729 "h263",
730 CODEC_TYPE_VIDEO, 730 AVMEDIA_TYPE_VIDEO,
731 CODEC_ID_H263, 731 CODEC_ID_H263,
732 sizeof(MpegEncContext), 732 sizeof(MpegEncContext),
733 ff_h263_decode_init, 733 ff_h263_decode_init,
734 NULL, 734 NULL,
735 ff_h263_decode_end, 735 ff_h263_decode_end,