You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: