comparison mtv.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 6f61c3b36632
children 296caaa22429
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
174 return ret; 174 return ret;
175 } 175 }
176 176
177 AVInputFormat mtv_demuxer = { 177 AVInputFormat mtv_demuxer = {
178 "MTV", 178 "MTV",
179 "MTV format", 179 NULL_IF_CONFIG_SMALL("MTV format"),
180 sizeof(MTVDemuxContext), 180 sizeof(MTVDemuxContext),
181 mtv_probe, 181 mtv_probe,
182 mtv_read_header, 182 mtv_read_header,
183 mtv_read_packet, 183 mtv_read_packet,
184 }; 184 };