comparison framecrcenc.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
33 return 0; 33 return 0;
34 } 34 }
35 35
36 AVOutputFormat framecrc_muxer = { 36 AVOutputFormat framecrc_muxer = {
37 "framecrc", 37 "framecrc",
38 "framecrc testing format", 38 NULL_IF_CONFIG_SMALL("framecrc testing format"),
39 NULL, 39 NULL,
40 "", 40 "",
41 0, 41 0,
42 CODEC_ID_PCM_S16LE, 42 CODEC_ID_PCM_S16LE,
43 CODEC_ID_RAWVIDEO, 43 CODEC_ID_RAWVIDEO,