aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-06-29 14:59:18 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-06-29 14:59:18 +0200
commit1bfe1e09c7d4135abb4c7378f6da785d7b66809d (patch)
tree0b1b7b9803e4373ef1531af62d27630291c0472d /include
parent7aa290fc54412ece5cb73d46ca48614a6de8d07c (diff)
Disabled boundary check by default
Diffstat (limited to 'include')
-rw-r--r--include/grgsm/decoding/tch_f_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grgsm/decoding/tch_f_decoder.h b/include/grgsm/decoding/tch_f_decoder.h
index 18a1baa..53f10bd 100644
--- a/include/grgsm/decoding/tch_f_decoder.h
+++ b/include/grgsm/decoding/tch_f_decoder.h
@@ -62,7 +62,7 @@ namespace gr {
* class. gsm::tch_f_decoder::make is the public interface for
* creating new instances.
*/
- static sptr make(tch_mode mode, const std::string &file, bool boundary_check=true);
+ static sptr make(tch_mode mode, const std::string &file, bool boundary_check=false);
};