comparison crcenc.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 77e0c7511d41
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
54 return 0; 54 return 0;
55 } 55 }
56 56
57 AVOutputFormat crc_muxer = { 57 AVOutputFormat crc_muxer = {
58 "crc", 58 "crc",
59 "crc testing format", 59 NULL_IF_CONFIG_SMALL("CRC testing format"),
60 NULL, 60 NULL,
61 "", 61 "",
62 sizeof(CRCState), 62 sizeof(CRCState),
63 CODEC_ID_PCM_S16LE, 63 CODEC_ID_PCM_S16LE,
64 CODEC_ID_RAWVIDEO, 64 CODEC_ID_RAWVIDEO,