From 0701ff2c321e7628daafc6c916ee283b757b08e1 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 1 Oct 2015 21:53:13 +0200 Subject: [PATCH] avfilter/x86/vf_psnr.asm: fix typo Signed-off-by: Paul B Mahol --- libavfilter/x86/vf_psnr.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/x86/vf_psnr.asm b/libavfilter/x86/vf_psnr.asm index ef88d6f694..11eb81a225 100644 --- a/libavfilter/x86/vf_psnr.asm +++ b/libavfilter/x86/vf_psnr.asm @@ -1,5 +1,5 @@ ;***************************************************************************** -;* x86-optimized functions for interlace filter +;* x86-optimized functions for psnr filter ;* ;* Copyright (C) 2015 Ronald S. Bultje ;*