diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-21 17:56:45 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-21 17:56:45 +0200 |
commit | f7f4691f9f745f6a087879ab855dd65f9f16879d (patch) | |
tree | 6ac83cdd32b11fd649d80d7ad764635e6a344f08 | |
parent | aa26f83bdd7ea1f5850520fc25aae38315f6338b (diff) | |
download | ffmpeg-f7f4691f9f745f6a087879ab855dd65f9f16879d.tar.gz |
avfilter/x86/vf_atadenoise: fix comment
-rw-r--r-- | libavfilter/x86/vf_atadenoise.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;* |