comparison idroq.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 b0936b8a0337
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
277 return 0; 277 return 0;
278 } 278 }
279 279
280 AVInputFormat roq_demuxer = { 280 AVInputFormat roq_demuxer = {
281 "RoQ", 281 "RoQ",
282 "Id RoQ format", 282 NULL_IF_CONFIG_SMALL("Id RoQ format"),
283 sizeof(RoqDemuxContext), 283 sizeof(RoqDemuxContext),
284 roq_probe, 284 roq_probe,
285 roq_read_header, 285 roq_read_header,
286 roq_read_packet, 286 roq_read_packet,
287 roq_read_close, 287 roq_read_close,