putstream.h
来自「H.264完整的C语言代码和DCT的代码」· C头文件 代码 · 共 12 行
H
12 行
#ifdef __cplusplus
#include "vector.hpp"
extern "C" void putword2stream(unsigned int outword);
vector<unsigned int>& getVLCvector();
#else // __cplusplus
void putword2stream(unsigned int outword);
#endif // __cplusplus
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?