comparison ra288.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 0dce4fe6e6f3
children 8b6f3d3b55cb
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
204 } 204 }
205 205
206 AVCodec ra_288_decoder = 206 AVCodec ra_288_decoder =
207 { 207 {
208 "real_288", 208 "real_288",
209 CODEC_TYPE_AUDIO, 209 AVMEDIA_TYPE_AUDIO,
210 CODEC_ID_RA_288, 210 CODEC_ID_RA_288,
211 sizeof(RA288Context), 211 sizeof(RA288Context),
212 ra288_decode_init, 212 ra288_decode_init,
213 NULL, 213 NULL,
214 NULL, 214 NULL,