comparison tta.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 12416eb1ba88
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
447 return 0; 447 return 0;
448 } 448 }
449 449
450 AVCodec tta_decoder = { 450 AVCodec tta_decoder = {
451 "tta", 451 "tta",
452 CODEC_TYPE_AUDIO, 452 AVMEDIA_TYPE_AUDIO,
453 CODEC_ID_TTA, 453 CODEC_ID_TTA,
454 sizeof(TTAContext), 454 sizeof(TTAContext),
455 tta_decode_init, 455 tta_decode_init,
456 NULL, 456 NULL,
457 tta_decode_close, 457 tta_decode_close,