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 E82F746979 for ; Thu, 29 Jun 2023 21:42:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2BAD668B445; Fri, 30 Jun 2023 00:42:23 +0300 (EEST) Received: from mail-oa1-f43.google.com (mail-oa1-f43.google.com [209.85.160.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9211868B445 for ; Fri, 30 Jun 2023 00:42:16 +0300 (EEST) Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-1b055511b85so983215fac.2 for ; Thu, 29 Jun 2023 14:42:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688074935; x=1690666935; 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=WgvfzDiJaD9JzlEYVCDqNR81yDKatE6aJ32g+GpMWok=; b=E74XTBOs1FmHdfYcf1qNPOWQmntIH6pBS2WvXQz3/M810bMTf07djapijXMuVtGIUP 0+RmQn9ysEDQVZG17ZsF3wkHCCY7+fLxLxyAoipFsEMprg8o8ol86/Te6HYJhB8i0OPj xqPI5KBiEx+pcBijbR1eMyji+P3lDS6uuT3yqGJVRCS5uddDNDfP13SYEFroJjKYPWuO kpCcadXtS+dJZTwY3Ui2YxANvrWiVwkpTTojjZbGmWoL3n3UP/s/ATwhTbBqykbZql0Y /gQkzChprxSFAJqFSPjvQuB0BPzuUGCRXmQxZlNq4brTNx4Seh70S/KcV6cumu/iqrlt SatQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688074935; x=1690666935; 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=WgvfzDiJaD9JzlEYVCDqNR81yDKatE6aJ32g+GpMWok=; b=PcxW7fQYOnsSQ0nH+42QWJfJAO8lGkCjfrDQa8CXHIV6UYxhadXvFOrNN0eSddmT6q Y+bk7Q+Z0pjfO/mtRy3goNGwwymTS5bQyPljnYEk+xno6kpX1SfVvVby1m29A3UcE1JC AfnAcxunse57pdq+3HUmrcdi2w4VVx8mVHsaXjihPaqR4n4XoI+qSC/8/I46L7Y79/x/ HE/cWVQpF5gK7U0mIwv+PTSulNxplfc7JHKdKRt3/dROdrMgG6XhuZQLucb6/wLIqQaE dhQ5daidZoXBNR27YlPE3exzvr622G2H6z3XvtOPBYrXBB/PGn7BHzpH7T97ds1nCSmz cVDw== X-Gm-Message-State: ABy/qLYV6ZGbcznJOiATs1Py/1DQh0cAzTRA5+P+GAd/J1UgoWQ9i8kB fIKZVmBNZcDgiTFaPSsA9ymf9nz5Vk0= X-Google-Smtp-Source: APBJJlHtP8AfauBqMkTaPvRWAkBuTUx9kVnoJ8JIzd1II/kbqU/TxQLrW/FSXEgOfYN3ekPjMjSXqg== X-Received: by 2002:a05:6870:d05:b0:1b0:49a7:c282 with SMTP id mk5-20020a0568700d0500b001b049a7c282mr1092366oab.13.1688074934958; Thu, 29 Jun 2023 14:42:14 -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 os27-20020a0568707d1b00b001b061e1a73asm3882574oab.25.2023.06.29.14.42.14 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 29 Jun 2023 14:42:14 -0700 (PDT) Message-ID: Date: Thu, 29 Jun 2023 18:42:19 -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] avcodec/vvc_parser: Remove unnecessary headers 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 5:54 PM, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/vvc_parser.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libavcodec/vvc_parser.c b/libavcodec/vvc_parser.c > index f350fe70a9..efea833565 100644 > --- a/libavcodec/vvc_parser.c > +++ b/libavcodec/vvc_parser.c > @@ -22,9 +22,7 @@ > > #include "cbs.h" > #include "cbs_h266.h" > -#include "internal.h" > #include "parser.h" > -#include "decode.h" > > #define START_CODE 0x000001 ///< start_code_prefix_one_3bytes > #define IS_IDR(nut) (nut == VVC_IDR_W_RADL || nut == VVC_IDR_N_LP) Should be ok. _______________________________________________ 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".