aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert/convert_impl.cpp
diff options
context:
space:
mode:
authorBen Hilburn <ben.hilburn@ettus.com>2014-05-22 18:04:43 -0700
committerBen Hilburn <ben.hilburn@ettus.com>2014-05-22 18:04:43 -0700
commit98f8ec4e14ab92cd4891fb9986479b6c6ff88782 (patch)
treef30831e2a39b1147dc0505f0e4b9c3a1388accd5 /host/lib/convert/convert_impl.cpp
parent482a4eaffd146de789dfc59052a4c3cb5b51938a (diff)
downloaduhd-98f8ec4e14ab92cd4891fb9986479b6c6ff88782.tar.gz
uhd-98f8ec4e14ab92cd4891fb9986479b6c6ff88782.tar.bz2
uhd-98f8ec4e14ab92cd4891fb9986479b6c6ff88782.zip
UHD: Addressing Bug 466, as per Balint.
Diffstat (limited to 'host/lib/convert/convert_impl.cpp')
-rw-r--r--host/lib/convert/convert_impl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/convert/convert_impl.cpp b/host/lib/convert/convert_impl.cpp
index c7907ed83..caab3929e 100644
--- a/host/lib/convert/convert_impl.cpp
+++ b/host/lib/convert/convert_impl.cpp
@@ -144,4 +144,7 @@ UHD_STATIC_BLOCK(convert_register_item_sizes){
convert::register_bytes_per_item("s32", sizeof(boost::int32_t));
convert::register_bytes_per_item("s16", sizeof(boost::int16_t));
convert::register_bytes_per_item("s8", sizeof(boost::int8_t));
+
+ //register VITA types
+ convert::register_bytes_per_item("item32", sizeof(boost::int32_t));
}