comparison avienc.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 f5ee8f2afc83
children 27537074f2a9
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
591 return res; 591 return res;
592 } 592 }
593 593
594 AVOutputFormat avi_muxer = { 594 AVOutputFormat avi_muxer = {
595 "avi", 595 "avi",
596 "avi format", 596 NULL_IF_CONFIG_SMALL("AVI format"),
597 "video/x-msvideo", 597 "video/x-msvideo",
598 "avi", 598 "avi",
599 sizeof(AVIContext), 599 sizeof(AVIContext),
600 CODEC_ID_MP2, 600 CODEC_ID_MP2,
601 CODEC_ID_MPEG4, 601 CODEC_ID_MPEG4,