comparison alac.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 0d56d489e695
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
699 return 0; 699 return 0;
700 } 700 }
701 701
702 AVCodec alac_decoder = { 702 AVCodec alac_decoder = {
703 "alac", 703 "alac",
704 CODEC_TYPE_AUDIO, 704 AVMEDIA_TYPE_AUDIO,
705 CODEC_ID_ALAC, 705 CODEC_ID_ALAC,
706 sizeof(ALACContext), 706 sizeof(ALACContext),
707 alac_decode_init, 707 alac_decode_init,
708 NULL, 708 NULL,
709 alac_decode_close, 709 alac_decode_close,