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 4258893961

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Marvin Scholz 2022-09-28 12:31:25 +02:00 committed by Anton Khirnov
parent 793953f44a
commit cc48454561
1 changed files with 0 additions and 1 deletions

View File

@ -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;