From 6eb9a403558d4dfde1de36e5c6744b58dc26ea79 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 12 Feb 2017 17:51:48 +0100 Subject: Fix incorrect frame size bug due to missing puncturing padding --- src/SubchannelSource.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/SubchannelSource.h') diff --git a/src/SubchannelSource.h b/src/SubchannelSource.h index 2dab941..367bb5a 100644 --- a/src/SubchannelSource.h +++ b/src/SubchannelSource.h @@ -2,7 +2,7 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2016 + Copyright (C) 2017 Matthias P. Braendli, matthias.braendli@mpb.li http://opendigitalradio.org @@ -52,6 +52,8 @@ public: size_t framesizeCu() const; size_t bitrate() const; size_t protection() const; + + /* Return 1 if long form is used, 0 otherwise */ size_t protectionForm() const; size_t protectionLevel() const; size_t protectionOption() const; -- cgit v1.2.3