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 4A6254BE7F for ; Wed, 17 Jul 2024 22:24:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 03B5968DAE4; Thu, 18 Jul 2024 01:24:53 +0300 (EEST) Received: from mail-pg1-f177.google.com (mail-pg1-f177.google.com [209.85.215.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C4F9E68D9A7 for ; Thu, 18 Jul 2024 01:24:45 +0300 (EEST) Received: by mail-pg1-f177.google.com with SMTP id 41be03b00d2f7-75b77be7611so14155a12.3 for ; Wed, 17 Jul 2024 15:24:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721255083; x=1721859883; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=fCgOFkAJY2k/6S52IKiWsztvDJmrlaEE4l2NNeLtnSk=; b=O0epW2O0Fk+WYxdLR5ICsMnBDr7z88cSgKU0lKF44vzYAnRpPtyIKVKY+8kX8TB5wO BWs3FYrGQfgUfGr1yUZgsR6KbjXa94mHxSfamGmR9Yvow4ta7PvcpbSoiNzYXmSnfdEB FAEm+BglyMxyLZ4qkSVp7rbXDbAo+EujBjgDTWOc6VIRIbkCnhgkju0gY2AyPd7bovEE +IIud7kRr3DB57iK8Dh3/2N8U/hTgls0boYTJRuRvWpN/5o2sVht3Cf7VJTdjxIOfW5Z hzP/z93KlCEaxSLvNoy1KyVEkEpnzrb3ftfuPgHCPll27dz501ggnNxvsWbY7Xw4IJWV v7EA== X-Gm-Message-State: AOJu0YzINBtLYhPmkG6AIF1dkAetd4ymA0wbLLK1e8QwAE8NC17Bz9YO p2jtJuqeb8D04zN5jaPRKzIXe+CzC7Uhf0orCCTPHL7IpplAooRTVqFGB5eUi7PNxqqfSuhS6Zj wv7Wmthb8X6fcuq4GzHcbL2chuIwNBHZSFInx6WRDgPsTLmiFPSQ= X-Google-Smtp-Source: AGHT+IFXKIezsFvCZkdc9CniASB8wHKh1lq4R4EoWeLq5+ypUWCtZlPWvtvf4lyrc4DxNaOc6X56wqIpCZHxWvWYT90= X-Received: by 2002:a17:90a:7893:b0:2cb:4382:99f0 with SMTP id 98e67ed59e1d1-2cb5297b04amr2022430a91.5.1721255083153; Wed, 17 Jul 2024 15:24:43 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Marth64 Date: Wed, 17 Jul 2024 17:24:32 -0500 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] libavformat/tls_mbedtls: Changes the return code handling of mbedtls_x509_crt_parse_file 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 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: Disclaimer: I am a light contributor and do not have access to actually merge this patch, only making suggestions based on my learnings. > Sounds good. Sorry first time contributing, should I make another patch > with the change and send that through again with git send-email? Yes, except when you do git format-patch, specify "-v2" at the end and provide the message ID of your original email, so it processes as a reply. This will prefix the patch subject with "V2" to let readers know you have updated it. Thank you! _______________________________________________ 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".