feat(streamer): add ffmpeg encoder and mcap recording
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//# {{
|
||||
#ifdef __INTELLISENSE__
|
||||
#include "preprocessor.hpp"
|
||||
#endif
|
||||
//# }}
|
||||
#ifdef _MSC_VER
|
||||
#pragma pop_macro("min")
|
||||
#pragma pop_macro("max")
|
||||
#ifndef __clang__
|
||||
#pragma inline_recursion(off)
|
||||
#endif
|
||||
#endif
|
||||
TOML_POP_WARNINGS;
|
||||
Reference in New Issue
Block a user