From patchwork Sun May 10 19:01:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andriy Gelman X-Patchwork-Id: 19616 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id B793E44B2AF for ; Sun, 10 May 2020 22:27:31 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 91B696881C4; Sun, 10 May 2020 22:27:31 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 197C8687F5A for ; Sun, 10 May 2020 22:27:25 +0300 (EEST) Received: by mail-io1-f50.google.com with SMTP id u11so7314352iow.4 for ; Sun, 10 May 2020 12:27:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=XuUt3MyVImf6uIfnWnKRs86yMIkwjGDdvUj4tbhLVIY=; b=TttNK2FJDyjWIqsMMwKU0w+L/H6/xZl8fDGO00RGRFmjOA0fjRsFLshlBW786puxuc wKSnLUP1AtQM2d3dWpgINfu1ttyaoORUb4iaFvsBdSodfcD3fEgN95eG/KmfcrGuz1v7 GggDIL0d5bF7UQz2AuTP86z/lbeFqE+J+7/3lBqo/Vwri4BG28V3zq4QEHPu3TYsQ227 EVyjZrlqqx5pdgIoFoiGhP+wo6SF92ChG1BnuGwvqio93UZr/8TBrxUOCj29lLvSCjKj 0JcaOziYXvqu5HY8bcaQ41rGT13WeS5I0iafZbCJT15/BibYv6HAfZn/73uYDi/GCkMf bjYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=XuUt3MyVImf6uIfnWnKRs86yMIkwjGDdvUj4tbhLVIY=; b=GQkplL0oDBg48n6MQ3pSMG36LZiS2Qxq6WFgGeh8quW+3wHRJW3TJ3XROBK4ADW8Vu utNPQalBEMdZCHaf4Z8PDupKHK2tCvp9/6nsIrJc2rM1HMtJYWcmZjVmiaX2jhLeRUtb OYs8Unq900iqL/rdlDewJZX6E1akSqFpWmWEv8lrQI04yg5KxTvbQDbiLUOoM3nJH11O aDkoTJkWejgy932jFM7tvwuGDS97gaGw0f7f1k7Q8aL2Q6aPWzziDlK5IXJn8uQg1BJ3 1Gl2Sr2mK1et/SaQmEB9BapUwEpFIzDri61Rq8PKDT0v373y7iyLttPIgzCA4nkd9Qsz X4Iw== X-Gm-Message-State: AGi0PuYt9ORdPj0jAR+FKgf1MIbkgzb7Nit58pZzVNNWI0yZhUKdktjd HWPUxMCSH/ps7C/txBXBJ3X792Tt X-Google-Smtp-Source: APiQypKd8Y9f9LRYl6Dk6mnhQjd3pg2w/0XHqniDkPSbVwi/6wVwx3HyeI2RN933z65vQg8iYG7QdA== X-Received: by 2002:a37:7702:: with SMTP id s2mr11934572qkc.125.1589137307687; Sun, 10 May 2020 12:01:47 -0700 (PDT) Received: from localhost.localdomain (c-71-232-27-28.hsd1.ma.comcast.net. [71.232.27.28]) by smtp.gmail.com with ESMTPSA id g187sm6281293qkf.115.2020.05.10.12.01.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 10 May 2020 12:01:46 -0700 (PDT) From: Andriy Gelman X-Google-Original-From: Andriy Gelman To: ffmpeg-devel@ffmpeg.org Date: Sun, 10 May 2020 15:01:35 -0400 Message-Id: <20200510190135.24015-1-andriy.gelman@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] fftools/ffmpeg: update text requesting samples X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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: Andriy Gelman Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Andriy Gelman Signed-off-by: Andriy Gelman --- Same as commit d1e52e396b8aa778bd8d12bf25864beca0937d0a doc/developer.texi | 2 +- fftools/cmdutils.c | 2 +- fftools/ffmpeg.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/developer.texi b/doc/developer.texi index 51e7299b1d..b33cab0fc7 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -625,7 +625,7 @@ If the patch fixes a bug, did you provide a verbose analysis of the bug? If the patch fixes a bug, did you provide enough information, including a sample, so the bug can be reproduced and the fix can be verified? Note please do not attach samples >100k to mails but rather provide a -URL, you can upload to ftp://upload.ffmpeg.org. +URL, you can upload to @url{https://streams.videolan.org/upload/}. @item Did you provide a verbose summary about what the patch does change? diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 7f5a5ca664..072589e358 100644 --- a/fftools/cmdutils.c +++ b/fftools/cmdutils.c @@ -2217,7 +2217,7 @@ double get_rotation(AVStream *st) if (fabs(theta - 90*round(theta/90)) > 2) av_log(NULL, AV_LOG_WARNING, "Odd rotation angle.\n" "If you want to help, upload a sample " - "of this file to ftp://upload.ffmpeg.org/incoming/ " + "of this file to https://streams.videolan.org/upload/ " "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)"); return theta; diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index f697460a30..c86b413f73 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -2370,7 +2370,7 @@ static int decode_video(InputStream *ist, AVPacket *pkt, int *got_output, int64_ av_log(ist->dec_ctx, AV_LOG_WARNING, "video_delay is larger in decoder than demuxer %d > %d.\n" "If you want to help, upload a sample " - "of this file to ftp://upload.ffmpeg.org/incoming/ " + "of this file to https://streams.videolan.org/upload/ " "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n", ist->dec_ctx->has_b_frames, ist->st->codecpar->video_delay);