搭建代码框架并更新文档

This commit is contained in:
huanglinhuan
2025-12-11 22:58:25 +08:00
parent 38d519c220
commit 96fecf3c6f
93 changed files with 4924 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
#include "displayflow/core/codec/codec_interface.h"
namespace displayflow {
namespace core {
// ICodec 接口实现
// 目前只有头文件定义,此文件保留用于未来扩展
} // namespace core
} // namespace displayflow