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 E5C8A4497C for ; Wed, 28 Sep 2022 10:31:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 960D868BC80; Wed, 28 Sep 2022 13:31:40 +0300 (EEST) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DF53C68B697 for ; Wed, 28 Sep 2022 13:31:34 +0300 (EEST) Received: by mail-ed1-f43.google.com with SMTP id a41so16658986edf.4 for ; Wed, 28 Sep 2022 03:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=o4A6yEi+DGyJhiQK3ZLRnrcNppdYpLNz9HtRf1tqDFI=; b=WXplVpOWqvvNHJfw98zvNxTJYEU9V1wQIATlWSFwrb7EwjFMdx8HwklsX+Wv8sOWxR p3eSBlVoIQVtiIDdtgAHdok4QzSeajXUHhSH6aIZn4J7QM7YuwbdT0ZEs7foGVuzfKLv uH+lZT8bYu7nTZR1MDJbGR6YJe915IIuIQJkg2GORSHGls3vbDyV/J1NvQMkxVB7fAPy qGVryCV1SRuwXcZp84MzF2v/QaEVpg684qWUM5Kdz7tLBsuRbzgQIJqweRLFgT5LiPCq UYPqXQB0KQ7O/cX7pZnJgRLcZcAZFwJV9GSRJ5n0j+WpoBxarboQXfhU4mD22L+kt/p7 Y5Sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=o4A6yEi+DGyJhiQK3ZLRnrcNppdYpLNz9HtRf1tqDFI=; b=H6QE3KfjRnCTBJsEb2EUBV54R+aED6Fnz9rl29zGRlNUrxWsddq7n7sL1+MpbguDpc gypLlDc/RKVublryrTCrYwC23vJFnJlyG4xeLWg9yDgVM1fKIWeu4MTgz4phGBOd62Pj VXjEvi0oMcJu7iRdf+dC748IBi/E2j4H9gMSjA65+L/O2vT+9IHpWAm5i/4smasHC4QS KTTtoXX3CAcLFW5U021rWGLYo2sNBjoGVuXITDLVugVsuhDln7a0f71nxMWDi6UczrCH kswyVRlQ77yOX+hkQoF3bhYn1+qoLmeXzWFNypkMWzSn1zkr733zHL9BYK0XidoKPBrJ Pmew== X-Gm-Message-State: ACrzQf2yzttgtxL5xjWWSpQWrdfy+zn8tc5Oyc/l41Ruli1euM3slihf grJ3hUWfI+jFLyDEuq/8lVdoGXtXnDD6Kg== X-Google-Smtp-Source: AMsMyM7C4hFqgGhT5TEhzlI/mU3mghwGf+6LBQKabZh18vV31iLOj93ZjPRPFEm0aZf9uiZ7XTauuw== X-Received: by 2002:a05:6402:1e92:b0:451:dcf:641d with SMTP id f18-20020a0564021e9200b004510dcf641dmr32864644edf.335.1664361094277; Wed, 28 Sep 2022 03:31:34 -0700 (PDT) Received: from MBP-von-Marvin.citadel.scalie.me (84-112-104-25.cable.dynamic.surfer.at. [84.112.104.25]) by smtp.gmail.com with ESMTPSA id u17-20020a1709061db100b0078135401b9csm2165139ejh.130.2022.09.28.03.31.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Sep 2022 03:31:33 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Wed, 28 Sep 2022 12:31:25 +0200 Message-Id: <20220928103125.38300-2-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220928103125.38300-1-epirat07@gmail.com> References: <20220928103125.38300-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 2/2] fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variable 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 Cc: Marvin Scholz 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: Unused since the bits_per_raw_sample was made a per-output-stream option in 425889396137451ae30288c84122e28532b71596 --- fftools/ffmpeg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index b7a7062378..a4c25e0f32 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -673,7 +673,6 @@ extern int print_stats; extern int64_t stats_period; extern int qp_hist; extern int stdin_interaction; -extern int frame_bits_per_raw_sample; extern AVIOContext *progress_avio; extern float max_error_rate; -- 2.37.0 (Apple Git-136) _______________________________________________ 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".