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 E7F8440B40 for ; Mon, 7 Mar 2022 18:45:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 59B1D68B117; Mon, 7 Mar 2022 20:45:08 +0200 (EET) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 02D8568B0F6 for ; Mon, 7 Mar 2022 20:45:02 +0200 (EET) Received: by mail-qk1-f172.google.com with SMTP id z66so12721367qke.10 for ; Mon, 07 Mar 2022 10:45:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language :from:to:references:in-reply-to:content-transfer-encoding; bh=uIGXopW9pLnhiUx4MYWAyEUeaI9fHbeMBscT8X1tFRw=; b=A6xKSdpWXN1vKfxyvp3X5tlObgr1hzMqwX+IcvdyBAHq1tR5zFHpwDds1R0h1b5VxP Ml6ONWseEmEWDIce0svvkbooQJ5m4/FO2SOq4NuU+LYFYTFr7SdP3JIoAtmQEj7SCWc4 q8up8Y/ysjKCMcjaUmbL80tbkcExa5rn17XYT9GlhJHWCedgYUSe/YIl/1jMaVwzb3JB b5HfACmdpnUOCXivs9Beeo3vGgbjqxgxWyqIDt4cznMOOaMdLUwUCRs+3VDEEcTPQBr6 mQu2LOXfFdvs6MYz/edX7iNvFqy015zPuxVpPWzdoUPrNdsZhhv+sTInxWlJizTylTHd uWmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:from:to:references:in-reply-to :content-transfer-encoding; bh=uIGXopW9pLnhiUx4MYWAyEUeaI9fHbeMBscT8X1tFRw=; b=QugtOO1hx8lIOcmH82G5H0RqRqcPp2J75sCE0RNrQIDdtJCwetFqrP4maC8xf4c4u4 KezeMvblace1knxIBDzo0/84T9Li2wZAUWm7E2FRGpIJX1fdxhlUpNxuIxk4T96t3Tz8 Knm8eiFJSawMkK8jzPHLqFBEeoqR6GoBJiAFffG4k42enA+fow1RIPCrHniMRmpRBGyD TvuFg8JUjRQfC92TQFqB9KToPql1WLOvSfV4YjY9ALp+6fc4un0l0HzUkKMLNcIJtHhx DZHP8dgq/f4p6LFuAXJgoN7AkRQWnaE5LXcOAgABuCF30TW5+FZR12SSukp/cqhCBFJR f7AA== X-Gm-Message-State: AOAM533iIeTfIbWr9yRWHm5c6LRief7qJH7HOoCHjTwmgSMK9p4qCk6G CgL6qB1bRx//yi88NklrzxuYU5FhQB+2Og== X-Google-Smtp-Source: ABdhPJy/kjESPlya/eCzsaTFNIyol66jPhzlidDq75Y6YVgxEiKgEfKpTRp3rLVAGn99drDiWjWPqA== X-Received: by 2002:a05:620a:bd4:b0:47b:4c75:894e with SMTP id s20-20020a05620a0bd400b0047b4c75894emr7981341qki.425.1646678700215; Mon, 07 Mar 2022 10:45:00 -0800 (PST) Received: from [192.168.1.64] ([151.200.235.219]) by smtp.gmail.com with ESMTPSA id s7-20020a05622a018700b002dfed15c9edsm9372205qtw.74.2022.03.07.10.44.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 07 Mar 2022 10:44:59 -0800 (PST) Message-ID: <5ab257a9-f3dd-f35e-0fa6-f87ce2c68dc9@gmail.com> Date: Mon, 7 Mar 2022 13:44:58 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Content-Language: en-US From: Scott Theisen To: ffmpeg-devel@ffmpeg.org, andreas.rheinhardt@outlook.com References: <20220201212056.29712-1-scott.the.elm@gmail.com> <20220209032854.565698-1-scott.the.elm@gmail.com> In-Reply-To: <20220209032854.565698-1-scott.the.elm@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v3 0/8] rewrite avpriv_find_start_code() for clarity 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2/8/22 22:28, Scott Theisen wrote: > I have removed most of my added comments. > > Rebased to account for Andreas Rheinhardt moving the prototype to > startcode.h. > > Per his suggestion, the function signature is now unmodified. > (ff_)mpeg1_find_frame_end() now has a wrapper function preserving > the original behavior allowing start codes across buffer boundaries. > > -Scott > Andreas, Have you had a chance to look at v3? Thanks, Scott _______________________________________________ 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".