comparison apedec.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 5518cf6b6f2e
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
877 return bytes_used; 877 return bytes_used;
878 } 878 }
879 879
880 AVCodec ape_decoder = { 880 AVCodec ape_decoder = {
881 "ape", 881 "ape",
882 CODEC_TYPE_AUDIO, 882 AVMEDIA_TYPE_AUDIO,
883 CODEC_ID_APE, 883 CODEC_ID_APE,
884 sizeof(APEContext), 884 sizeof(APEContext),
885 ape_decode_init, 885 ape_decode_init,
886 NULL, 886 NULL,
887 ape_decode_close, 887 ape_decode_close,