comparison nutenc.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 834b97115722
comparison
equal deleted inserted replaced
3423:613aff547655 3424:7a0230981402
800 return 0; 800 return 0;
801 } 801 }
802 802
803 AVOutputFormat nut_muxer = { 803 AVOutputFormat nut_muxer = {
804 "nut", 804 "nut",
805 "nut format", 805 NULL_IF_CONFIG_SMALL("NUT format"),
806 "video/x-nut", 806 "video/x-nut",
807 "nut", 807 "nut",
808 sizeof(NUTContext), 808 sizeof(NUTContext),
809 #ifdef CONFIG_LIBVORBIS 809 #ifdef CONFIG_LIBVORBIS
810 CODEC_ID_VORBIS, 810 CODEC_ID_VORBIS,