[FFmpeg-cvslog] fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variable

Marvin Scholz git at videolan.org
Sun Oct 2 13:03:47 EEST 2022


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Sep 28 12:31:25 2022 +0200| [cc484545618bca5ff893f2ffb6d5f70fa163cb61] | committer: Anton Khirnov

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 <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc484545618bca5ff893f2ffb6d5f70fa163cb61
---

 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;
 



More information about the ffmpeg-cvslog mailing list