comparison tiffenc.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 e15eb76d9e47
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
442 return ret; 442 return ret;
443 } 443 }
444 444
445 AVCodec tiff_encoder = { 445 AVCodec tiff_encoder = {
446 "tiff", 446 "tiff",
447 CODEC_TYPE_VIDEO, 447 AVMEDIA_TYPE_VIDEO,
448 CODEC_ID_TIFF, 448 CODEC_ID_TIFF,
449 sizeof(TiffEncoderContext), 449 sizeof(TiffEncoderContext),
450 NULL, 450 NULL,
451 encode_frame, 451 encode_frame,
452 NULL, 452 NULL,