[FFmpeg-devel] [PATCH] avfilter/signalstats: add NULL_IF_CONFIG_SMALL

Abdulrahman Saber abdsaber000 at gmail.com
Wed Jan 22 20:31:36 EET 2025


On Tue, Jan 14, 2025 at 2:02 PM Abdulrahman Saber <abdsaber000 at gmail.com> wrote:
>
> Signed-off-by: abdo <abdsaber000 at gmail.com>
> ---
>   libavfilter/vf_signalstats.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libavfilter/vf_signalstats.c b/libavfilter/vf_signalstats.c
> index b1451cc465..9b6af8becd 100644
> --- a/libavfilter/vf_signalstats.c
> +++ b/libavfilter/vf_signalstats.c
> @@ -20,6 +20,7 @@
>    * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
> 02110-1301 USA
>    */
>   +#include "libavutil/internal.h"
>   #include "libavutil/intreadwrite.h"
>   #include "libavutil/mem.h"
>   #include "libavutil/opt.h"
> @@ -829,7 +830,7 @@ static const AVFilterPad signalstats_outputs[] = {
>    const FFFilter ff_vf_signalstats = {
>       .p.name        = "signalstats",
> -    .p.description = "Generate statistics from video analysis.",
> +    .p.description = NULL_IF_CONFIG_SMALL("Generate statistics from
> video analysis."),
>       .p.priv_class  = &signalstats_class,
>       .p.flags       = AVFILTER_FLAG_SLICE_THREADS,
>       .init          = init,
> --
> 2.25.1
>

Ping


More information about the ffmpeg-devel mailing list