CasparCG Server is a Windows and Linux software used to play out professional graphics, audio and video to multiple outputs. It has been in 24/7 broadcast production since 2006. Ready-to-use downloads are available under the Releases tab https://casparcg.com.
decklink_producer.cpp:641:52: error: 'AVFilterLink' {aka 'struct AVFilterLink'} has no member named 'min_samples'
641 | audio_filter_.sink->inputs[0]->min_samples = audio_cadence_[0];
Observed Behavior
On build stage this error:
Expected behaviour
In ffmpeg7 min_samples i see in libavfilter/filters.h but it is not installed by default https://github.com/FFmpeg/FFmpeg/blob/a5f0daf8433899d7d644523156ad1078301543f8/libavfilter/filters.h#L153
Ok, i patch ffmpeg7 and install libavfilter/filters.h
Also patch casparcg-server:
And this not help me :(( AVFilterLink not have min_samples https://github.com/FFmpeg/FFmpeg/blob/a5f0daf8433899d7d644523156ad1078301543f8/libavfilter/avfilter.h#L578
Steps to reproduce
build with ffmpeg7
Environment
gcc-14 ffmpeg-7.1