ffmpeg_if.h

来自「完整的RTP RTSP代码库」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef __FFMPEG_IF_H__#define __FFMPEG_IF_H__ 1#ifdef __cplusplusextern "C" {#endif  int ffmpeg_interface_lock(void);  int ffmpeg_interface_unlock(void);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?