satori-com / satori-video-sdk-cpp

Satori Video C++ SDK
Other
5 stars 7 forks source link

Use less libcbor #238

Closed khabinov closed 6 years ago

khabinov commented 6 years ago

Removed libcbor from unit tests.

Ideally, we should rely on nlohmann::json to parse CBOR data, but for now we have to have these tests, since we are parsing CBOR data using libcbor.