comparison snow.c @ 5224:6ced4aabe225 libavcodec

include snow encoder only if it is not disabled
author aurel
date Thu, 05 Jul 2007 22:57:52 +0000
parents 4dbe6578f811
children 727a49c28c51
comparison
equal deleted inserted replaced
5223:348b04f6e933 5224:6ced4aabe225
4533 decode_frame, 4533 decode_frame,
4534 0 /*CODEC_CAP_DR1*/ /*| CODEC_CAP_DRAW_HORIZ_BAND*/, 4534 0 /*CODEC_CAP_DR1*/ /*| CODEC_CAP_DRAW_HORIZ_BAND*/,
4535 NULL 4535 NULL
4536 }; 4536 };
4537 4537
4538 #ifdef CONFIG_ENCODERS 4538 #ifdef CONFIG_SNOW_ENCODER
4539 AVCodec snow_encoder = { 4539 AVCodec snow_encoder = {
4540 "snow", 4540 "snow",
4541 CODEC_TYPE_VIDEO, 4541 CODEC_TYPE_VIDEO,
4542 CODEC_ID_SNOW, 4542 CODEC_ID_SNOW,
4543 sizeof(SnowContext), 4543 sizeof(SnowContext),