This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
17e7048d30
commit
7cf8918b0d
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/huffyuv.c
+1
-1
libavcodec/huffyuv.h
+1
-1
libavcodec/huffyuvdec.c
+1
-1
libavcodec/huffyuvenc.c
+ 1
- 1
libavcodec/huffyuv.c
View File
@@ -1,7 +1,7 @@
/*
* huffyuv codec for libavcodec
*
* Copyright (c) 2002-20
03
Michael Niedermayer <michaelni@gmx.at>
* Copyright (c) 2002-20
14
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-20
03
Michael Niedermayer <michaelni@gmx.at>
* Copyright (c) 2002-20
14
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-20
03
Michael Niedermayer <michaelni@gmx.at>
* Copyright (c) 2002-20
14
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-20
03
Michael Niedermayer <michaelni@gmx.at>
* Copyright (c) 2002-20
14
Michael Niedermayer <michaelni@gmx.at>
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used
Write
Preview
Loading…
Cancel
Save