comparison alsdec.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 e6e95656937d
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
1620 } 1620 }
1621 1621
1622 1622
1623 AVCodec als_decoder = { 1623 AVCodec als_decoder = {
1624 "als", 1624 "als",
1625 CODEC_TYPE_AUDIO, 1625 AVMEDIA_TYPE_AUDIO,
1626 CODEC_ID_MP4ALS, 1626 CODEC_ID_MP4ALS,
1627 sizeof(ALSDecContext), 1627 sizeof(ALSDecContext),
1628 decode_init, 1628 decode_init,
1629 NULL, 1629 NULL,
1630 decode_end, 1630 decode_end,