comparison vorbis_dec.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 1fc844ec6430
children 60c3177894fe
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
1632 sizeof(vorbis_context), 1632 sizeof(vorbis_context),
1633 vorbis_decode_init, 1633 vorbis_decode_init,
1634 NULL, 1634 NULL,
1635 vorbis_decode_close, 1635 vorbis_decode_close,
1636 vorbis_decode_frame, 1636 vorbis_decode_frame,
1637 .long_name = "Vorbis", 1637 .long_name = NULL_IF_CONFIG_SMALL("Vorbis"),
1638 }; 1638 };
1639 1639