Nicolas George (12020-08-13): > It will allow to refernce it as a whole without clunky macros. > > Most of the changes have been automatically made with sed: > > sed -i ' > s/-> *in_formats/->incfg.formats/g; > s/-> *out_formats/->outcfg.formats/g; > s/-> *in_channel_layouts/->incfg.channel_layouts/g; > s/-> *out_channel_layouts/->outcfg.channel_layouts/g; > s/-> *in_samplerates/->incfg.samplerates/g; > s/-> *out_samplerates/->outcfg.samplerates/g; > ' src/libavfilter/*(.) > > Signed-off-by: Nicolas George <geo...@nsup.org> > --- > > > I would appreciate quick feed-back on this one, because I need to build > on it (test the validity of the config), and it is the kind of patch > that is nightmarish to rebase because it can create many conflicts. > > Andreas?
Ping? Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".