comparison ra144.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 421c9441c11e
children
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
351 } 351 }
352 352
353 AVCodec ra_144_decoder = 353 AVCodec ra_144_decoder =
354 { 354 {
355 "real_144", 355 "real_144",
356 CODEC_TYPE_AUDIO, 356 AVMEDIA_TYPE_AUDIO,
357 CODEC_ID_RA_144, 357 CODEC_ID_RA_144,
358 sizeof(RA144Context), 358 sizeof(RA144Context),
359 ra144_decode_init, 359 ra144_decode_init,
360 NULL, 360 NULL,
361 NULL, 361 NULL,