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 F098D4663E for ; Thu, 29 Jun 2023 18:19:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E198468C3B4; Thu, 29 Jun 2023 21:19:48 +0300 (EEST) Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B8C7D68C371 for ; Thu, 29 Jun 2023 21:19:42 +0300 (EEST) Received: by mail-oi1-f175.google.com with SMTP id 5614622812f47-38c35975545so736435b6e.1 for ; Thu, 29 Jun 2023 11:19:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688062780; x=1690654780; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=H90tSN7IAr5BBFnqKiec0eWLxJaw/X99kiKReq+fUXI=; b=ir5wJCLMBO2xArsSHmPGcs3O8ja61p7DDXiOazqGyUOvuQ1QuZMpm9H5KbpGvJDYWF iN6boQZXq8CIc/zdzsCBPFs++Gmf1akkEP7msyTEPObM2cTxHxA2ylB+Lc/StRyycQls Rh9ipxKCUPfVxPvBBGn28bIX7YMEULe0/UhuhCvH0J5jZFQqoHMhhlFPP/h3iXAkA/vS mMnhxkCk0LVOHTRavk7aoabudoivBwjZ8HO8nwzYlyhPEFxhE6Cf/vwPWU4zgy0LZxCs uzWJVyvAHVKJ3aaeQ5/e0AnfDFgZvCKY2RUFBxPocT+Py4wYSTm1OhWwIjluz/BJ5aJd 9Tiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688062780; x=1690654780; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=H90tSN7IAr5BBFnqKiec0eWLxJaw/X99kiKReq+fUXI=; b=N3Nlj2gjfnXJVytlvT5PdKThn7i+yh6DMJWwxbrvCod3OsFmtSfJf3od0j7CzxrKLi FfQbTq+XZfaDY2pbNu61tE+8GtLGFfM+syphuSdvy72iirYqjAOBhpW+/BHdz/XGgkeH y8i7+uiOobbx1t0tVSVxbsKBYHI1BbE+WqP0ief2mNxAbOgd7UxrUrnGv2voq5N2MT/5 TJ4RGqgJW9Kp4Hu7gTjtZD5ZrVi/Pq62eMVW+RGai8PjckzxVTnhEa6B6pmVUkhoCSKp WO5/qEjAkCyJ33g2gqkT5N6uj5ZBeITxYtegMcwJQhdt5mNIFtnD76wBqqVIhVO85KMg 8q8Q== X-Gm-Message-State: AC+VfDw7zKoq4XTm6sb01nezeD1eSoVBgE/GUuTCmDfUIjElT1jooB0b qRHtSKGn70coSGWZ4Ql14nH+iseVdck= X-Google-Smtp-Source: ACHHUZ4TgNFeYc61AIhpRp2KjtRdtYybZ99fREwgph7vCHv30BX0WQG593D4a+y4cyqXPet6RzdgiA== X-Received: by 2002:a05:6808:1295:b0:3a1:e282:8405 with SMTP id a21-20020a056808129500b003a1e2828405mr290922oiw.13.1688062780564; Thu, 29 Jun 2023 11:19:40 -0700 (PDT) Received: from [192.168.0.12] (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id c13-20020aca1c0d000000b003a1a4ee2bc1sm5871748oic.5.2023.06.29.11.19.39 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 29 Jun 2023 11:19:40 -0700 (PDT) Message-ID: Date: Thu, 29 Jun 2023 15:19:44 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: From: James Almer In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_ccrepack: Constify filter 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 6/29/2023 3:19 PM, Andreas Rheinhardt wrote: > The discrepancy between the definition and the declaration > in allfilters.c is actually UB. > > Signed-off-by: Andreas Rheinhardt > --- > libavfilter/vf_ccrepack.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/vf_ccrepack.c b/libavfilter/vf_ccrepack.c > index 61eb2128ae..950bb7b528 100644 > --- a/libavfilter/vf_ccrepack.c > +++ b/libavfilter/vf_ccrepack.c > @@ -92,7 +92,7 @@ static const AVFilterPad avfilter_vf_ccrepack_outputs[] = { > }, > }; > > -AVFilter ff_vf_ccrepack = { > +const AVFilter ff_vf_ccrepack = { > .name = "ccrepack", > .description = NULL_IF_CONFIG_SMALL("Repack CEA-708 closed caption metadata"), > .uninit = uninit, LGTM _______________________________________________ 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".