Browse Source

avcodec/huffyuv: update years in copyright

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
7cf8918b0d
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      libavcodec/huffyuv.c
  2. +1
    -1
      libavcodec/huffyuv.h
  3. +1
    -1
      libavcodec/huffyuvdec.c
  4. +1
    -1
      libavcodec/huffyuvenc.c

+ 1
- 1
libavcodec/huffyuv.c View File

@@ -1,7 +1,7 @@
/*
* huffyuv codec for libavcodec
*
* Copyright (c) 2002-2003 Michael Niedermayer <michaelni@gmx.at>
* Copyright (c) 2002-2014 Michael Niedermayer <michaelni@gmx.at>
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used


+ 1
- 1
libavcodec/huffyuv.h View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2002-2003 Michael Niedermayer <michaelni@gmx.at>
* Copyright (c) 2002-2014 Michael Niedermayer <michaelni@gmx.at>
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used


+ 1
- 1
libavcodec/huffyuvdec.c View File

@@ -1,7 +1,7 @@
/*
* huffyuv decoder
*
* Copyright (c) 2002-2003 Michael Niedermayer <michaelni@gmx.at>
* Copyright (c) 2002-2014 Michael Niedermayer <michaelni@gmx.at>
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used


+ 1
- 1
libavcodec/huffyuvenc.c View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2002-2003 Michael Niedermayer <michaelni@gmx.at>
* Copyright (c) 2002-2014 Michael Niedermayer <michaelni@gmx.at>
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used


Loading…
Cancel
Save