From cc484545618bca5ff893f2ffb6d5f70fa163cb61 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Wed, 28 Sep 2022 12:31:25 +0200 Subject: [PATCH] fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variable Unused since the bits_per_raw_sample was made a per-output-stream option in 425889396137451ae30288c84122e28532b71596 Signed-off-by: Anton Khirnov --- fftools/ffmpeg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index 98c1a3c157..31f9dbf3ea 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;