From patchwork Mon May 10 01:58:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ross X-Patchwork-Id: 27707 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a6b:b214:0:0:0:0:0 with SMTP id b20csp2588933iof; Sun, 9 May 2021 18:58:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz5nQT3oreOIm5EHAd6dJ7YYiBU3dRe5qGDLLFmzhjSbbnD3QC1zO8GHEb+MZ+TEk9wh5Nx X-Received: by 2002:a17:906:2746:: with SMTP id a6mr23042377ejd.265.1620611927305; Sun, 09 May 2021 18:58:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620611927; cv=none; d=google.com; s=arc-20160816; b=d5BdezOxrG+zjIY2EFyDXzt4EBlQBhOLkE3NnbccATar2NGgS4sJA3NNVCLQ/wKaUP Hev3xvDq1iXQNchFZZ5GEAjOo/KHKNrrX/fQ98b1LyXdiS2qyXb7EIE87TsPKk10VxZ/ peS4CrbOECsbUzgoYvdniu0ycEc19OaggigQItut0aF/8aTmTtr4i3NHyAxD7xdZRJni i1P+eCef1RF9Z/6rRAYk/KV60CLkT6/JF7ZbDPg1x6dN9Y5jsCoT2Lm9R2/PW5pOd+fv zgBO2e8J3D+7JfYTPvgI/ogNHE3wYgZOXMOcR+7cVVVdC7yrLx3QvJI4erihDspbqhb0 Tgig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:reply-to:list-subscribe:list-help:list-post :list-archive:list-unsubscribe:list-id:precedence:subject :mime-version:message-id:to:from:date:delivered-to; bh=DUErBshQ9q+1/JN2PXYG3253C4qekgIeqiDcfFf5zLI=; b=AJZFbx9CyDHWmgH6PACfGhBZh/s8AQwERZjfcV4pNf3YhkdD5xwhLn1Z2oPgNUosvq sYnluSUX5MnR5GvLBWkf4fc7tKCp94NdGbgfrbIJ2AMtp6mg/c+AutmnTN692vOO7kzN ltSPzqR2P5Eh1lCASbRyzbJUerP3D6BtiLvS3u838Z30zxa9gChOzZNJFLRCG7UYx73f J/vfsV4C0mdvPjmoEe1ikiI0cTwdaXA4Aj0PYFMfmyglyNtq4aMhd0uEjiGqvLbDN3v6 6zoICYB/uSYLPdwSn8+EX/ZOOMBdW+riKSNFK4THZ1htrzfL5sJvlilUFTU4kveYcBN5 ykiA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id bx6si10905023edb.419.2021.05.09.18.58.46; Sun, 09 May 2021 18:58:47 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2D44B6809A7; Mon, 10 May 2021 04:58:42 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 020726802A5 for ; Mon, 10 May 2021 04:58:35 +0300 (EEST) Received: from fbb880da88803158712d4df638848276 ([1.136.168.241]) (authenticated (128 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 14A1wRgN015120 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Mon, 10 May 2021 01:58:32 GMT Date: Mon, 10 May 2021 11:58:23 +1000 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: <242be27756b6419eb0b8563d9b9374bf83f3c311.1620611840.git.pross@xvid.org> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] fix broken links to msdn documentation 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: zpkoGZvG8Zs+ --- compat/msvcrt/snprintf.c | 2 +- libavformat/mmst.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) will apply in a few days if there are no objections here diff --git a/compat/msvcrt/snprintf.c b/compat/msvcrt/snprintf.c index c64653fe82..43f5c3bb39 100644 --- a/compat/msvcrt/snprintf.c +++ b/compat/msvcrt/snprintf.c @@ -59,7 +59,7 @@ int avpriv_vsnprintf(char *s, size_t n, const char *fmt, * recommends to provide _snprintf/_vsnprintf() a buffer size that * is one less than the actual buffer, and zero it before calling * _snprintf/_vsnprintf() to workaround this problem. - * See http://msdn.microsoft.com/en-us/library/1kt27hek(v=vs.80).aspx */ + * See https://web.archive.org/web/20151214111935/http://msdn.microsoft.com/en-us/library/1kt27hek(v=vs.80).aspx */ memset(s, 0, n); va_copy(ap_copy, ap); ret = _vsnprintf(s, n - 1, fmt, ap_copy); diff --git a/libavformat/mmst.c b/libavformat/mmst.c index 377323fe27..fa6e86ac26 100644 --- a/libavformat/mmst.c +++ b/libavformat/mmst.c @@ -25,7 +25,7 @@ * MMS protocol specification: * [1]http://msdn.microsoft.com/en-us/library/cc234711(PROT.10).aspx * ASF specification. Revision 01.20.03. - * [2]http://msdn.microsoft.com/en-us/library/bb643323.aspx + * [2]http://web.archive.org/web/20131203084402/http://msdn.microsoft.com/en-us/library/bb643323.aspx */ #include "avformat.h"