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 3174A4420B for ; Fri, 2 Sep 2022 08:11:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BA67268BA0F; Fri, 2 Sep 2022 11:11:46 +0300 (EEST) Received: from mail-yw1-f181.google.com (mail-yw1-f181.google.com [209.85.128.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D8BF268B99E for ; Fri, 2 Sep 2022 11:11:39 +0300 (EEST) Received: by mail-yw1-f181.google.com with SMTP id 00721157ae682-3321c2a8d4cso9481027b3.5 for ; Fri, 02 Sep 2022 01:11:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date; bh=jUCIM1lOW3XuqSTOPXhtE/sbo2xyZaApToS7ol9hf3g=; b=dMEdfrrBRFPGcrGmyMp40K7Z0+PY9KKI8f8AkZ/jjJ5vVswLWJASuwBR1Dfb574RS7 aAtAf90ud5i7+67OPhJOM9QL7N1cBo/aky+Rl7qv5uREaMvFDfhCL5TvKr2ai35jsurO sWDAkG9Rqoe55968BF2kdhlNjSTz8vvy32hrCH9pjJRai8EtpcI/r20gFjjnvFnZqvnI Z+o11bl9EtdEVSvbf2DOAE/VTyJzlvWRjqcoZnKvk++CsbzWc0q27IeoVwTlatOQVdqP fKgPSGi+CeVAqAlokfnZcva7BWhUKi9VraKh0Pk+uffgpzkeU/TtdAqSlARhPguPBS47 LmJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=jUCIM1lOW3XuqSTOPXhtE/sbo2xyZaApToS7ol9hf3g=; b=57SrGwphnBTWp1LS/BQVO1qgt1fA3pCWMeEvqQwygNxldXwsXsq5tlhrVslWaSh+0B dp6zqYOTvyI6hvke4KoR76QPh7k9k81BoJdRlyvF7NN83imM5dp2FfXaqBoS5zT4Fh+m AXczrAdw+qeZjMfr9Dq+4+QHLuxMvycGk/gix2gzr5pZ4hkPeA/18gCHHR3idxqPUPNw FfQwWukf1Qns/gFsIQ73dal0yQ+FmFjlOG1haANJFN+ULu8LTy3l+C8VI3vF8KYA60+S 03omMy0RmZICMlTMt2RRSeUtrMYP0bwLLOEjzkuOvj7DQ++8BWGG8Hrl74IPoIiZKaKp DXgA== X-Gm-Message-State: ACgBeo2I5sVJeDL1/FqP33s1jO7ElkxxQfXixEzjpEVJ+4aSN01STi00 c+EDQJXU5GxpngAGET8TwRMaJOBNo7QdtuYlbyWPC/WN X-Google-Smtp-Source: AA6agR4ABGaSXyB/3VlqtRH3lAyihmo/dMYiWaGEqFB8ejcdSYNVv8i+BiNVaza+MH91OxF7Bz8Of/acbKVeiSNEhFI= X-Received: by 2002:a0d:dd85:0:b0:33d:ca5e:efc2 with SMTP id g127-20020a0ddd85000000b0033dca5eefc2mr25912108ywe.177.1662106298473; Fri, 02 Sep 2022 01:11:38 -0700 (PDT) MIME-Version: 1.0 References: <166210365842.3205.12070887441828560762@lain.khirnov.net> <166210583605.5707.137885557124970412@lain.khirnov.net> In-Reply-To: <166210583605.5707.137885557124970412@lain.khirnov.net> From: Paul B Mahol Date: Fri, 2 Sep 2022 10:14:49 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avcodec/amr*bdec: return only number of consumed bytes 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 Fri, Sep 2, 2022 at 10:04 AM Anton Khirnov wrote: > Quoting Paul B Mahol (2022-09-02 10:00:22) > > On Fri, Sep 2, 2022 at 9:27 AM Anton Khirnov wrote: > > > > > Quoting Paul B Mahol (2022-08-31 18:40:32) > > > > Patch attached. > > > > > > > > From c539fcd63ca339c0299029f9de1b2aff613e3da8 Mon Sep 17 00:00:00 > 2001 > > > > From: Paul B Mahol > > > > Date: Wed, 31 Aug 2022 18:36:04 +0200 > > > > Subject: [PATCH] avcodec/amr*bdec: return only number of consumed > bytes > > > > > > Could mention where does one get a sample where this changes anything. > > > > > > > If fixes samples that give big chunk of data instead of properly > > splitting input into small packets. > > And where can I get such a sample? > It will be useful to someone looking at this commit in 10 years. > On trac. But this was regression anyway. > -- > Anton Khirnov > _______________________________________________ > 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". > _______________________________________________ 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".