comparison eatqi.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 98970e51365a
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
154 return 0; 154 return 0;
155 } 155 }
156 156
157 AVCodec eatqi_decoder = { 157 AVCodec eatqi_decoder = {
158 "eatqi", 158 "eatqi",
159 CODEC_TYPE_VIDEO, 159 AVMEDIA_TYPE_VIDEO,
160 CODEC_ID_TQI, 160 CODEC_ID_TQI,
161 sizeof(TqiContext), 161 sizeof(TqiContext),
162 tqi_decode_init, 162 tqi_decode_init,
163 NULL, 163 NULL,
164 tqi_decode_end, 164 tqi_decode_end,