From f7f4691f9f745f6a087879ab855dd65f9f16879d Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 21 Oct 2019 17:56:45 +0200 Subject: [PATCH] avfilter/x86/vf_atadenoise: fix comment --- libavfilter/x86/vf_atadenoise.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/x86/vf_atadenoise.asm b/libavfilter/x86/vf_atadenoise.asm index 5466d1f2d4..4945ad3f5e 100644 --- a/libavfilter/x86/vf_atadenoise.asm +++ b/libavfilter/x86/vf_atadenoise.asm @@ -1,5 +1,5 @@ ;***************************************************************************** -;* x86-optimized functions for blend filter +;* x86-optimized functions for atadenoise filter ;* ;* Copyright (C) 2019 Paul B Mahol ;*