video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-09-24 93f44a10e2e8942e57e62bb210a2ca7d206a51b7
csrc/wrapper.hpp
@@ -1,10 +1,6 @@
#ifndef _cffmpeg_wrapper_hpp_
#define _cffmpeg_wrapper_hpp_
extern "C"{
#include <libavcodec/avcodec.h>
}
#include <stdint.h>
#include <string>
@@ -16,11 +12,11 @@
#include "common/callback.hpp"
namespace ffwrapper{
    class FormatIn;
    class VideoProp;
    class CodedData;
    class VideoProp;
}
namespace cffmpeg_wrap{