mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 08:40:28 +00:00
acap/aes67: Mark method as const
This commit is contained in:
@@ -104,7 +104,7 @@ struct Allocated_audio_frame{
|
||||
frame.data = data.data();
|
||||
}
|
||||
|
||||
bool is_desc_same(const audio_desc& desc){
|
||||
[[nodiscard]] bool is_desc_same(const audio_desc& desc) const{
|
||||
return frame.ch_count == desc.ch_count
|
||||
&& frame.bps == desc.bps
|
||||
&& frame.sample_rate == desc.sample_rate;
|
||||
|
||||
Reference in New Issue
Block a user