Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 173842 Details for
Bug 249338
media-radio/svxlink-080730 + media-libs/spandsp-0.0.5_pre4 - /usr/include/spandsp/dtmf.h:228: error: too few arguments to function ‘void dtmf_rx_parms(dtmf_rx_state_t*, int, int, int, int)’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
svxlink-080730-spandsp-0.0.5_pre4.patch (text/plain), 774 bytes, created by
Yaroslav Gorbunov
on 2008-11-30 02:49:35 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Yaroslav Gorbunov
Created:
2008-11-30 02:49:35 UTC
Size:
774 bytes
patch
obsolete
>diff -Nurpa svxlink-080730.orig/svxlink/trx/SpanDtmfDecoder.cpp svxlink-080730/svxlink/trx/SpanDtmfDecoder.cpp >--- svxlink-080730.orig/svxlink/trx/SpanDtmfDecoder.cpp 2008-11-30 02:56:47.000000000 +0300 >+++ svxlink-080730/svxlink/trx/SpanDtmfDecoder.cpp 2008-11-30 03:01:21.000000000 +0300 >@@ -166,7 +166,7 @@ bool SpanDtmfDecoder::initialize(void) > } > > dtmf_rx_init(&p->rx_state, NULL, this); >- dtmf_rx_parms(&p->rx_state, FALSE, max_fwd_twist, max_rev_twist); >+ dtmf_rx_parms(&p->rx_state, FALSE, max_fwd_twist, max_rev_twist, -100); /*5th param threshold The minimum acceptable tone level for detection, in dBm0. <= -99 to leave unchanged. */ > dtmf_rx_set_realtime_callback(&p->rx_state, SpanDtmfDecoder::toneReportCb, > this); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249338
: 173842 |
173844