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 4406445CC4 for ; Fri, 1 Sep 2023 13:42:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 25D4E68C6D4; Fri, 1 Sep 2023 16:42:30 +0300 (EEST) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E33AA68C635 for ; Fri, 1 Sep 2023 16:42:23 +0300 (EEST) Received: by mail-wr1-f50.google.com with SMTP id ffacd0b85a97d-31aec0a1a8bso1248653f8f.0 for ; Fri, 01 Sep 2023 06:42:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693575742; x=1694180542; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=m/l3ZG4i+L5xawaQvlWUigjlQOaqW3Q5VQkFlfWfs5E=; b=owlqpAR9FBW1tMMpaa+L4SSVrrzd8MJZLdijNyQ6ORmI/y1oxm8TiMyy8JLf+eLzJT Zs82/CjzFLzhfdX2Bo38oXPTikss8CGvGjl0I9JzozSokuaQ0DF2Ye275pyJbYAAm6+9 fdxLodXJ8fKa4VPjVp0fL7LMPSM7dm4XQLhk6aQ7+MeTqqOodndHHnpEycTbUGcV8N+7 gxol0fDfXnBJkP0e60lSdGvo1DZZfMTozW5eRanW5xRNaBsIAwA55q0Ib7LRQYiajgKk kJ/OgARrswpLw9MSUMPdQ0GqIr/+5gFFPsBOnHaTKUIy7/hDGdEX2mLVLvsFsprYatfz Q6aw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693575742; x=1694180542; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=m/l3ZG4i+L5xawaQvlWUigjlQOaqW3Q5VQkFlfWfs5E=; b=ahztaBK3m6DujZDVJlJa/7WjtII9S2YQmxcA666z2WyBVfPFRYdgHe3yjibdRkgl4q fey+xgAJdTuTg/Q9Rs7brl1XF9ejeJgEgHmnVPo7j6nUWX5BoxYZdDHoK7RpNcWvwGP5 Yp41ai/fF7BHatG7CW0kMwfB6MXLCoGdTqvKNGVgiY2uC9pi6yr3N07QJ9Cklzry/jk7 /G8pb8gQH4047bMi6yt0El2IwheZnsAY6vxX2KVDDD5zjT6JTJuEvo1Os908vGjg3l2t 6S0Ckyf8MdUBX1XdqEQMe07eEtTugpoVgGlKlNAnVg3icMnQZd1HkSdid3G/oQyTOQgT hxIA== X-Gm-Message-State: AOJu0YxiynOqBc70YNgFlcJigabCQInbxt8YdGRAYcc4LIZ1dKUqzBBQ 3iBwZhrwWlVUmuLT9M9aMCxIQj6Lhrc= X-Google-Smtp-Source: AGHT+IHvbk2rjcsddNPzbOM2y1yVe5ocdtpuJ0rEmRSVmQ/LNVVVwcQTtlfKOXwTKZvp9X2LDI29Pg== X-Received: by 2002:a5d:67c6:0:b0:31a:dbd8:95dd with SMTP id n6-20020a5d67c6000000b0031adbd895ddmr2144417wrw.29.1693575742206; Fri, 01 Sep 2023 06:42:22 -0700 (PDT) Received: from mariano ([82.84.194.139]) by smtp.gmail.com with ESMTPSA id r5-20020a5d4985000000b00319779ee691sm5237637wrq.28.2023.09.01.06.42.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Sep 2023 06:42:21 -0700 (PDT) Received: by mariano (Postfix, from userid 1000) id D2379BFCDA; Fri, 1 Sep 2023 15:42:19 +0200 (CEST) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Fri, 1 Sep 2023 15:42:19 +0200 Message-Id: <20230901134219.1454970-1-stefasab@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] lavu/avstring: fix typo in av_strireplace function doxy 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: Stefano Sabatini 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: --- libavutil/avstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/avstring.h b/libavutil/avstring.h index e260263763..9b187e8d92 100644 --- a/libavutil/avstring.h +++ b/libavutil/avstring.h @@ -265,7 +265,7 @@ int av_strncasecmp(const char *a, const char *b, size_t n); /** * Locale-independent strings replace. - * @note This means only ASCII-range characters are replace + * @note This means only ASCII-range characters are replaced. */ char *av_strireplace(const char *str, const char *from, const char *to); -- 2.34.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".