comparison libnut.c @ 3424:7a0230981402 libavformat

Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me
author diego
date Tue, 03 Jun 2008 16:20:54 +0000
parents d52c718e83f9
children 27537074f2a9
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
297 return 0; 297 return 0;
298 } 298 }
299 299
300 AVInputFormat libnut_demuxer = { 300 AVInputFormat libnut_demuxer = {
301 "libnut", 301 "libnut",
302 "nut format", 302 NULL_IF_CONFIG_SMALL("NUT format"),
303 sizeof(NUTContext), 303 sizeof(NUTContext),
304 nut_probe, 304 nut_probe,
305 nut_read_header, 305 nut_read_header,
306 nut_read_packet, 306 nut_read_packet,
307 nut_read_close, 307 nut_read_close,