diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2024-02-28 19:38:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2024-03-10 19:49:05 +0100 |
commit | e0e30e07a1755c4f7829f64d35dc07e399c02c6e (patch) | |
tree | aee104b884f1c5363ca3f26ed5a916f8b5aeda48 | |
parent | dc89cf804a811c0d25f4649a99f7fab4b5b416fa (diff) | |
download | ffmpeg-e0e30e07a1755c4f7829f64d35dc07e399c02c6e.tar.gz |
avcodec/proresenc_kostya: Remove bug similarity text
According to kostya, it is not based on Wassermans encoder
CC: Kostya Shishkov <kostya.shishkov@gmail.com>
CC: Anatoliy Wasserman <anatoliy.wasserman@yandex.ru>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/proresenc_kostya.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/proresenc_kostya.c b/libavcodec/proresenc_kostya.c index 45385213ac..90cc87e388 100644 --- a/libavcodec/proresenc_kostya.c +++ b/libavcodec/proresenc_kostya.c @@ -4,9 +4,6 @@ * Copyright (c) 2011 Anatoliy Wasserman * Copyright (c) 2012 Konstantin Shishkov * - * This encoder appears to be based on Anatoliy Wassermans considering - * similarities in the bugs. - * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or |