video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-07-22 43fe58a13a854a4665b7c1018ec9d41d59b2bf04
csrc/ffmpeg/format/FormatIn.hpp
@@ -28,7 +28,8 @@
      ~FormatIn();
      
   public:
      int openWithCustomIO(read_packet fn, AVDictionary **options=NULL);
      int openWithCustomIO(void *opaque, read_packet fn, AVDictionary **options=NULL);
        int openGb28181(const char *filename, AVDictionary **options);
      int open(const char *filename, AVDictionary **options);
      bool findStreamInfo(AVDictionary **options);