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 48836404BD for ; Wed, 23 Feb 2022 18:04:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DBB5368B2B4; Wed, 23 Feb 2022 20:03:57 +0200 (EET) Received: from mail-vs1-f46.google.com (mail-vs1-f46.google.com [209.85.217.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7205F68B1CC for ; Wed, 23 Feb 2022 20:03:51 +0200 (EET) Received: by mail-vs1-f46.google.com with SMTP id q9so4098853vsg.2 for ; Wed, 23 Feb 2022 10:03:51 -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:to :references:from:in-reply-to:content-transfer-encoding; bh=WB+9GdwaTbQYRjBst3vyUogt3K+g003w7VfTteyOvzU=; b=bshj3ftM7gYvNUHpLRxRpF9f46jDz2nX3SoYFdURA5NVslg01bfbki88AsbJ03k5Aj rGs7C6odHJfkLWgtQZvgqUcBt89722GiDC64cfT7N11LBIWqMq30GiDli/jVFDADzBhJ Ts3ok0gytG6FW24tdaCyBZQjvDt2nRDnaWtFhQqnGE9OwaiX+ibKE6qcWV/RPlpEKQLa LaPw0IFTRmpujLpFskrXqUTCYYrHFo7yUQ/elckRn2Sm8x98OUseLpcq+qQN5DrqUSM7 4/FK8yE9g/yHHOPcUrKOjVfySMvW6WJ3Nan4ou8SXnJcpgouFL9fjQHvt80gJEyDalr/ 3Jtw== 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:to:references:from:in-reply-to :content-transfer-encoding; bh=WB+9GdwaTbQYRjBst3vyUogt3K+g003w7VfTteyOvzU=; b=yQC5SP7GmiO87l9QdGoHdRbqIewWMnLONb752YMV3MK0vnOjkKGbPY4brD1C6OQC93 OGA8teBUpdgGjkRaGJQ25ihvIQCzJSrYJ4mzv28PW64iqvKzihYvnZpWJlXNCyvw7olS zZpbRewLn/x7F4Wp6eTmjL/rv/v9rNu/WjNZSccZ33LR2WnSw2pmtyQzrS1rpXn/gObM hyZPtPUVI32UQ+DuzLWdWwiKLhKbi5BI4GrA30vLYHk8t6ePO4bMeiVNxJK+BaU5naet U8hdVeCvh1+57QL3bzmMnKTOSASdxMJoG9m2P1X1ZZX4OMB8yQosX/IO+pk7mpjzmUQ3 9lYg== X-Gm-Message-State: AOAM533zkkSfJFJ9featnTLCxBWpD9u+Kc5ut2G4bQKE2ln3RLMHv3co 8akHVJr6hQasf8pTL3BeZ0+Gfy4lhld6Lw== X-Google-Smtp-Source: ABdhPJznhPjY1QoxBOosgJFOI2GfCImsbUhU8bRSakmhqXkXySkcSnOp9SUXdCMQ/Znbe5aEh1wGAg== X-Received: by 2002:a05:6102:c4a:b0:31a:54e6:edb1 with SMTP id y10-20020a0561020c4a00b0031a54e6edb1mr305942vss.51.1645639429843; Wed, 23 Feb 2022 10:03:49 -0800 (PST) Received: from [192.168.1.5] ([75.115.109.114]) by smtp.gmail.com with ESMTPSA id s15sm27144uao.17.2022.02.23.10.03.49 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 23 Feb 2022 10:03:49 -0800 (PST) Message-ID: <0538ed02-b895-5dcc-7487-573b8954edce@gmail.com> Date: Wed, 23 Feb 2022 13:03:49 -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 To: FFmpeg development discussions and patches References: <20220219214153.2719-1-qyot27@gmail.com> From: Stephen Hutchinson In-Reply-To: <20220219214153.2719-1-qyot27@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 1/2] avformat/avisynth: remove unused variable 'frameprop' 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/19/22 4:41 PM, Stephen Hutchinson wrote: > Since the check got simplified and stdbool was no longer necessary > to include, neither is that variable. Silences a warning. > > Signed-off-by: Stephen Hutchinson > --- > libavformat/avisynth.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c > index 2bd0c6949b..03489f180f 100644 > --- a/libavformat/avisynth.c > +++ b/libavformat/avisynth.c > @@ -245,7 +245,6 @@ static int avisynth_create_stream_video(AVFormatContext *s, AVStream *st) > const AVS_Map *avsmap; > AVS_VideoFrame *frame; > int framedata, error; > - bool frameprop; > int planar = 0; // 0: packed, 1: YUV, 2: Y8, 3: Planar RGB, 4: YUVA, 5: Planar RGBA > > st->codecpar->codec_type = AVMEDIA_TYPE_VIDEO; Pushed. _______________________________________________ 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".