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 B2A5642C16 for ; Mon, 2 May 2022 08:53:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C373A68B2F8; Mon, 2 May 2022 11:53:26 +0300 (EEST) Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D34D668B233 for ; Mon, 2 May 2022 11:53:19 +0300 (EEST) Received: by mail-lj1-f175.google.com with SMTP id m23so17674118ljc.0 for ; Mon, 02 May 2022 01:53:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=3sw0hmteT605nmII6RH+8Mc4fP7+Fif9m1nba4+H1mg=; b=aB5TPwAuxILdc9Ksj9PJZ0pDPKo8kBGHdtooD8rZRlguJ6yr42jtgx3wfew/93JRvy DMLgKgNr37KmzY4fSLFGeuKylcvO226yXiNb6OhSMaKozNdGJKSS7GaiFth/cDVZbk5Q lqukHexaJYv1HDouP5/mEF5MGLOup36WBCD1jIIvX+oTiz4QRhg5zsSL8+vNjytD5JpO 93j04v6nL4JBOk36YfTKjIVJeOXutwO7ZSDtfU9F1AbBESNezNe3IPrQjmPK01FBdw0v i775M1Mda4GAo4K8GDPJFvRVDZNQ4xMHDtrITG0H2GoQ/NtIWR4mEN+SxdBEu8A9WXh+ Ex8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=3sw0hmteT605nmII6RH+8Mc4fP7+Fif9m1nba4+H1mg=; b=mN9aSAXlpcjSQ1G1g0qyNnjFA8Aygqq1IjFY6BA4cyL652WEpFASfDr49YXW94+KyS nIgCL6h4V4xC6hI56Gjan/oaN36V1f4UGX1ChfhW3nUAYH3Vvu3b3TwU0RX6o7bxbgwl XKX9S4XesV7mXmlpVl3zHSztbTa659rgdUb8oGbplu58R2LNo4wYU7dU/xOtRJKiER9d c53QAEFo6UA63oQYywYApH7uaUUjDVXoSypbBqHTc8Ko6ucvg/E6Z8Kklf5+K/9+3yC2 Tb8ZlXdmjPiAx+MfeFIoEgc0KitND6rYASyBflity3aSZZPGK7oIK95YKbbRfVb5bAcL 4u7A== X-Gm-Message-State: AOAM5321bEhNgR/vvOVAiA5+fI+7+fL1VoZNT9b1vwhNaKpoabuUgKV+ 97ZYJ76v4NmygenL6lHTJUmUhFDQ4nNNfYDE1562S5CoQod7uw== X-Google-Smtp-Source: ABdhPJxaH3x3BgtuPSi8zYh91CJ+ZbnVyyMvA7aS9xtY4Avk7YfAH7/l5QAJmZL+t270lqv3imgGvaD2Bw8XSNuO8So= X-Received: by 2002:a2e:a4c2:0:b0:24f:2433:f239 with SMTP id p2-20020a2ea4c2000000b0024f2433f239mr7482327ljm.100.1651481599086; Mon, 02 May 2022 01:53:19 -0700 (PDT) MIME-Version: 1.0 References: <9bfb0297-4e8c-54c6-8651-5fff397e4d2b@gyani.pro> In-Reply-To: <9bfb0297-4e8c-54c6-8651-5fff397e4d2b@gyani.pro> From: Andreas Unterweger Date: Mon, 2 May 2022 10:53:08 +0200 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v7 4/4] doc/examples/transcode_aac: Bump date 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: On Mon, 2 May 2022 at 10:39, Gyan Doshi wrote: > The error is > > error: patch fragment without header at line 6: @@ -675,18 +677,17 @@ static int encode_audio_frame(AVFrame *frame, > > > The patch on PW only shows the first two hunks. > > Ideally, send your path using git send-email, or upload the mbox file > generated by git format-patch. > > Since you already got a LGTM, I can push once I get a valid > master-rebased patch. > > > Regards, > Gyan I uploaded the patchset to http://temp.andreas-unterweger.eu/patchset.tar.gz. The files have been generated as per the documented git format-patch command: git format-patch -s -o "outputfolder" --add-header "X-Unsent: 1" --suffix .eml --to ffmpeg-devel@ffmpeg.org -4 Best, Andreas _______________________________________________ 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".