diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-07-14 23:54:26 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-07-14 23:54:26 +0000 |
commit | eea08efc0df3cc488bcbcdb844fc50ac3d87ec5b (patch) | |
tree | 906ba220e5190d3d790961134940895deacc8add | |
parent | bff7242608409dc52bf2fd51a67bb9d5f171a0ab (diff) | |
download | ffmpeg-eea08efc0df3cc488bcbcdb844fc50ac3d87ec5b.tar.gz |
avfilter/x86/vf_psnr.asm: split one line of license text into two
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavfilter/x86/vf_psnr.asm | 3 |
1 files changed, 2 insertions, 1 deletions
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" |