aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/Soapy.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2022-10-25 13:46:40 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2022-10-25 13:46:40 +0200
commit8ce3fce9ed2fa7d2a0eb2d9e0c2a0fecdc0c2844 (patch)
treeff04ea1a637729c9be2970d72b2f354b320e7d92 /src/output/Soapy.cpp
parenta2be0c3ab77dab50ded4850f38d2b796b322d0c4 (diff)
parent56e046c3390a15aab4baddb502a490bb4505942a (diff)
downloaddabmod-8ce3fce9ed2fa7d2a0eb2d9e0c2a0fecdc0c2844.tar.gz
dabmod-8ce3fce9ed2fa7d2a0eb2d9e0c2a0fecdc0c2844.tar.bz2
dabmod-8ce3fce9ed2fa7d2a0eb2d9e0c2a0fecdc0c2844.zip
Merge branch 'next' into dexter
Diffstat (limited to 'src/output/Soapy.cpp')
-rw-r--r--src/output/Soapy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/Soapy.cpp b/src/output/Soapy.cpp
index 50f91a4..c2c5046 100644
--- a/src/output/Soapy.cpp
+++ b/src/output/Soapy.cpp
@@ -311,7 +311,7 @@ void Soapy::transmit_frame(const struct FrameData& frame)
const bool eob_because_muting = m_conf.muting;
const bool end_of_burst = eob_because_muting or (
frame.ts.timestamp_valid and
- frame.ts.timestamp_refresh and
+ m_require_timestamp_refresh and
samps_to_send <= mtu );
int flags = 0;