搭建代码框架并更新文档
This commit is contained in:
11
core/src/codec/codec_interface.cpp
Normal file
11
core/src/codec/codec_interface.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "displayflow/core/codec/codec_interface.h"
|
||||
|
||||
namespace displayflow {
|
||||
namespace core {
|
||||
|
||||
// ICodec 接口实现
|
||||
// 目前只有头文件定义,此文件保留用于未来扩展
|
||||
|
||||
} // namespace core
|
||||
} // namespace displayflow
|
||||
|
||||
Reference in New Issue
Block a user