comparison shorten.c @ 7040:e943e1409077 libavcodec

Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
author stefano
date Thu, 12 Jun 2008 21:50:13 +0000
parents a4104482ceef
children 85ab7655ad4d
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
530 shorten_decode_init, 530 shorten_decode_init,
531 NULL, 531 NULL,
532 shorten_decode_close, 532 shorten_decode_close,
533 shorten_decode_frame, 533 shorten_decode_frame,
534 .flush= shorten_flush, 534 .flush= shorten_flush,
535 .long_name= "Shorten", 535 .long_name= NULL_IF_CONFIG_SMALL("Shorten"),
536 }; 536 };