[FFmpeg-devel] [PATCH 1/2] lavfi: regroup formats lists in a single structure.

Nicolas George george at nsup.org
Mon Aug 17 18:18:24 EEST 2020


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 <george at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200817/b1346d6b/attachment.sig>


More information about the ffmpeg-devel mailing list