video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-07-22 d42f702ea93b3d34a300ad2f1f72db4d7bb9cc80
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _cffmpeg_wrapper_all_hpp_
#define _cffmpeg_wrapper_all_hpp_
 
 
#include "ffmpeg/bridge/cvbridge.cpp"
#include "ffmpeg/configure/conf.cpp"
#include "ffmpeg/data/CodedData.cpp"
#include "ffmpeg/data/FrameData.cpp"
#include "ffmpeg/data/PicData.cpp"
#include "ffmpeg/filter/FilterVideo.cpp"
#include "ffmpeg/format/FormatIn.cpp"
#include "ffmpeg/format/FormatOut.cpp"
#include "ffmpeg/log/log.cpp"
#include "ffmpeg/property/VideoProp.cpp"
#include "ffmpeg/swscale/swscale_wrapper.cpp"
#include "common/filesystem.cpp"
#include "common/gpu/info.cpp"
#include "thirdparty/whereami/whereami.c"
#include "wrapper.cpp"
#include "buz/recorder.cpp"
 
#endif