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 2CAB840FA3 for ; Fri, 11 Feb 2022 16:45:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C3E7068B1BD; Fri, 11 Feb 2022 18:45:51 +0200 (EET) Received: from mail-wm1-f47.google.com (mail-wm1-f47.google.com [209.85.128.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0BFB268AF80 for ; Fri, 11 Feb 2022 18:45:44 +0200 (EET) Received: by mail-wm1-f47.google.com with SMTP id v129so5824797wme.2 for ; Fri, 11 Feb 2022 08:45:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:content-transfer-encoding:mime-version:subject:date:references :to:in-reply-to:message-id; bh=ZLtqZMUxmj/nFNx1tnYxwUfFLqY6T21ld/SIafu/uXk=; b=W+CG9WLQmnx017U1dzC32eLkyzNbSTq/V8sInRcRJPLLfmN23NpzMPVY80bkvUQsVy Eu4daCZMG0Ib7L+kYNnoSI+noZYVQQJeAFH8RR3DHiwi7tfH89Yrbk9fElS8syX8yQ02 hrBpXRJvDK8UI/KX801swCV4uIEnSvsZxPE3mRU/ih9wEZvYf1gseJKSaFdlZTx5kcbH Z3z/Ak9LW9Z4rtbUd5mUrYsHda2dUxzS3tdOdWzNQwUqtG9o/7Bapkl79heTTMfWrtEc b+ktbP0AWioidZe0A7TDJ9YVAuqbW+18E/u6uzukYdZnsMwVyb/IGKvyQHWpEs4QTicn IkSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:date:references:to:in-reply-to:message-id; bh=ZLtqZMUxmj/nFNx1tnYxwUfFLqY6T21ld/SIafu/uXk=; b=UhR0Vdr41gPeMIqrzuO+C/+J4emBFyibg9n9kNXiZHJomi+1LsQfr71LqMGgmTQ1JW s7a+fFkigsHgzyCqJYNB+3AvlUEJC5IWgrL6fQx8Hz5UbR32piCch2w+t8ZVrBFJW5Xa 1EPjOgn0TMCA6kAJlMkDCjFfjJ0ZDGsSVAe91neWJ+sYm4xXqlcXT8aCTrbExSfSZ7Un ij7+97nqkRb47mL+IfnmrwO/NS2OMjzsaw98linFyOdT7U7uPBwG8elpkgbf4qIuOr/D WgjwTTBJP6xx4d4TjhkhWV8xp+a32/CoJXyhCqqeIfYRVz4mjv7IK2dxtea2w76Jg3pI 2GNg== X-Gm-Message-State: AOAM531H7jT/CsstAyc/r3U7VTKyHRpg/019QSizFvv2gotS4ZZ9Ea+5 wTOv9sC1VAnST3X9nT6EUBnD15B3aUM= X-Google-Smtp-Source: ABdhPJyr/wFp8uzVLzlH0HpzrbT/BvLP8q/5RPETuLz0OQbZEt07Bls3yyck8QJIacHZJaERrAoLpQ== X-Received: by 2002:a05:600c:8a2:: with SMTP id l34mr995618wmp.174.1644597943144; Fri, 11 Feb 2022 08:45:43 -0800 (PST) Received: from [192.168.1.39] (132.red-81-34-167.dynamicip.rima-tde.net. [81.34.167.132]) by smtp.gmail.com with ESMTPSA id z17sm4358576wmf.11.2022.02.11.08.45.42 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Feb 2022 08:45:42 -0800 (PST) From: Sergio Acereda Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.7\)) Date: Fri, 11 Feb 2022 17:45:41 +0100 References: <29BFC8DD-910E-4AE4-A5F0-65CB449147BF@gmail.com> <6894AE3E-39AB-4D3A-AE59-2D7B6F846681@gmail.com> <926C59DF-A567-475E-A182-374EA0C2C8CD@gmail.com> To: ffmpeg-devel@ffmpeg.org In-Reply-To: <926C59DF-A567-475E-A182-374EA0C2C8CD@gmail.com> Message-Id: <1FAA17EE-A2EF-49A8-B4EF-0778764DD02A@gmail.com> X-Mailer: Apple Mail (2.3445.9.7) Subject: Re: [FFmpeg-devel] [PATCH] avformat/img2dec: Option to play sequence backwards 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: Not sure what I'm doing wrong here. This is what I'm doing: $ git pull $ git co master ...apply changes... $ git add libavformat/img2.h $ git add libavformat/img2dec.c $ git commit -s -m"[PATCH] avformat/img2dec: Option to play sequence backwards" $ git format-patch -s -o "outputfolder" --add-header "X-Unsent: 1" --suffix .eml --to ffmpeg-devel@ffmpeg.org -1 6b36bb6 Then I open the .eml on Apple Mail client, select 'Message / Send Again', and add some explanation before the 'signed off' line. Just wondering what is wrong here, in order to not repeating the same mistake again. Thanks, Sergio > On 10 Feb 2022, at 21:50, Sergio Acereda wrote: > > By the way, is there any problem with the patch itself? Not sure why it says 'Failed to apply patch'. > > Did my email client break it somehow? _______________________________________________ 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".