From eea08efc0df3cc488bcbcdb844fc50ac3d87ec5b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 14 Jul 2015 23:54:26 +0000 Subject: [PATCH] avfilter/x86/vf_psnr.asm: split one line of license text into two Signed-off-by: Paul B Mahol --- libavfilter/x86/vf_psnr.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavfilter/x86/vf_psnr.asm b/libavfilter/x86/vf_psnr.asm index 023ae06efb..ef88d6f694 100644 --- a/libavfilter/x86/vf_psnr.asm +++ b/libavfilter/x86/vf_psnr.asm @@ -17,7 +17,8 @@ ;* ;* You should have received a copy of the GNU Lesser General Public ;* License along with FFmpeg; if not, write to the Free Software -;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA;****************************************************************************** +;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +;****************************************************************************** %include "libavutil/x86/x86util.asm"