comparison rl2.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 19bd4caf27a9
children 1d3d17de20ba
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
286 return 0; 286 return 0;
287 } 287 }
288 288
289 AVInputFormat rl2_demuxer = { 289 AVInputFormat rl2_demuxer = {
290 "rl2", 290 "rl2",
291 "rl2 format", 291 NULL_IF_CONFIG_SMALL("rl2 format"),
292 sizeof(Rl2DemuxContext), 292 sizeof(Rl2DemuxContext),
293 rl2_probe, 293 rl2_probe,
294 rl2_read_header, 294 rl2_read_header,
295 rl2_read_packet, 295 rl2_read_packet,
296 NULL, 296 NULL,