ffmpeg | branch: master | Marvin Scholz <epira...@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 <an...@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; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".