comparison intelh263dec.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 d0657e337f91
children
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
115 return 0; 115 return 0;
116 } 116 }
117 117
118 AVCodec h263i_decoder = { 118 AVCodec h263i_decoder = {
119 "h263i", 119 "h263i",
120 CODEC_TYPE_VIDEO, 120 AVMEDIA_TYPE_VIDEO,
121 CODEC_ID_H263I, 121 CODEC_ID_H263I,
122 sizeof(MpegEncContext), 122 sizeof(MpegEncContext),
123 ff_h263_decode_init, 123 ff_h263_decode_init,
124 NULL, 124 NULL,
125 ff_h263_decode_end, 125 ff_h263_decode_end,