comparison dxa.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 7d2f3f1b68d8
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
202 return AVERROR(EIO); 202 return AVERROR(EIO);
203 } 203 }
204 204
205 AVInputFormat dxa_demuxer = { 205 AVInputFormat dxa_demuxer = {
206 "dxa", 206 "dxa",
207 "dxa", 207 NULL_IF_CONFIG_SMALL("DXA"),
208 sizeof(DXAContext), 208 sizeof(DXAContext),
209 dxa_probe, 209 dxa_probe,
210 dxa_read_header, 210 dxa_read_header,
211 dxa_read_packet, 211 dxa_read_packet,
212 }; 212 };