comparison tiff.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 2938c3bc34c7
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
590 return 0; 590 return 0;
591 } 591 }
592 592
593 AVCodec tiff_decoder = { 593 AVCodec tiff_decoder = {
594 "tiff", 594 "tiff",
595 CODEC_TYPE_VIDEO, 595 AVMEDIA_TYPE_VIDEO,
596 CODEC_ID_TIFF, 596 CODEC_ID_TIFF,
597 sizeof(TiffContext), 597 sizeof(TiffContext),
598 tiff_init, 598 tiff_init,
599 NULL, 599 NULL,
600 tiff_end, 600 tiff_end,