From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7E77648E8B for ; Wed, 28 Feb 2024 20:08:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 85D9568CEC2; Wed, 28 Feb 2024 22:08:42 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id ED84C68C455 for ; Wed, 28 Feb 2024 22:08:35 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id E061EFF802; Wed, 28 Feb 2024 20:08:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1709150915; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=Wu+/4rm4+yEMAGZyfzE9eN08xQ2YZ0g7xQDZ8baPTQA=; b=iIc3rScpSankg4T4hEKVFjDJX34xFwu8ZA79lydtjSMMLi5xApjkGX4VnXhgHpYxNZW0/X P+cyvPeGeK+ECdyMIn1cZYv3Rq2xmid2SuXY42FCW9UgYPj1K+Rse10sUnLKPa88FcJ+PU 2EaCKxRugObZ6+A3pBEmCE1w8rhZwDJVcj3y/xBl7qTL0glE/sIagQWf5o3kBu9sNp192H YwfnqJMvZjelCYjHVWnaSiXv5w7wu/sGW0A9r3ezS3seeRkLG+YKFjpfoGV0MJ7DkCU5SB vVRSZUCXIxrmWGGEUVO63flOGXqMoNb8wezO7E3km9rJJlbBamJG5LYT9FubMg== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Wed, 28 Feb 2024 21:08:34 +0100 Message-Id: <20240228200834.13310-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.17.1 X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH] avcodec/proresenc_kostya: Remove bug similarity text X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Kostya Shishkov , Anatoliy Wasserman MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: According to kostya, it is not based on Wassermans encoder CC: Kostya Shishkov CC: Anatoliy Wasserman Signed-off-by: Michael Niedermayer --- libavcodec/proresenc_kostya.c | 3 --- 1 file changed, 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 -- 2.17.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".