Browse Source

avfilter: Fix typo in Loren's email address

tags/n2.1
Diego Biurrun 12 years ago
parent
commit
f6633c55a3
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      libavfilter/gradfun.h
  2. +1
    -1
      libavfilter/vf_gradfun.c
  3. +1
    -1
      libavfilter/x86/vf_gradfun.c

+ 1
- 1
libavfilter/gradfun.h View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2010 Nolan Lum <nol888@gmail.com>
* Copyright (c) 2009 Loren Merritt <lorenm@u.washignton.edu>
* Copyright (c) 2009 Loren Merritt <lorenm@u.washington.edu>
*
* This file is part of Libav.
*


+ 1
- 1
libavfilter/vf_gradfun.c View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2010 Nolan Lum <nol888@gmail.com>
* Copyright (c) 2009 Loren Merritt <lorenm@u.washignton.edu>
* Copyright (c) 2009 Loren Merritt <lorenm@u.washington.edu>
*
* This file is part of Libav.
*


+ 1
- 1
libavfilter/x86/vf_gradfun.c View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009 Loren Merritt <lorenm@u.washignton.edu>
* Copyright (C) 2009 Loren Merritt <lorenm@u.washington.edu>
*
* This file is part of Libav.
*


Loading…
Cancel
Save