diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-07 11:02:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-07 11:21:48 +0200 |
commit | 76e8b336cd12f49ebbf510609b323c6f25acd415 (patch) | |
tree | 2add236f7cc547c239de6c88ef84160c13bf19f4 /libavcodec | |
parent | d40132dab39ae0fa72025d6b823eaeac805474d2 (diff) | |
download | ffmpeg-76e8b336cd12f49ebbf510609b323c6f25acd415.tar.gz |
proresenc_kostya: Mention likely ancestry in the license header.
As the encoder contained the same bug and has similar structure
to anatoliys encoder, it is possibly based on it.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/proresenc_kostya.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/proresenc_kostya.c b/libavcodec/proresenc_kostya.c index bcd8e515e3..eb962b7a98 100644 --- a/libavcodec/proresenc_kostya.c +++ b/libavcodec/proresenc_kostya.c @@ -3,6 +3,9 @@ * * Copyright (c) 2012 Konstantin Shishkov * + * This encoder appears to be based on Anatoliy Wassermans considering + * similarities in the bugs. + * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or |