AlexeyAB
2018-05-23 eef9f8e5bb9fdbe22c6301a56f12e315f9ac64d9
Minor fixes
5 files modified
12 ■■■■■ changed files
src/box.h 5 ●●●●● patch | view | raw | blame | history
src/darknet.c 5 ●●●●● patch | view | raw | blame | history
src/http_stream.cpp 2 ●●● patch | view | raw | blame | history
src/network.c patch | view | raw | blame | history
src/option_list.c patch | view | raw | blame | history
src/box.h
@@ -1,11 +1,6 @@
#ifndef BOX_H
#define BOX_H
#ifdef _DEBUG
#include <stdlib.h>
#include <crtdbg.h>
#endif
#ifdef YOLODLL_EXPORTS
#if defined(_MSC_VER)
#define YOLODLL_API __declspec(dllexport) 
src/darknet.c
@@ -1,8 +1,3 @@
#ifdef _DEBUG
#include <stdlib.h>
#include <crtdbg.h>
#endif
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
src/http_stream.cpp
@@ -208,7 +208,7 @@
        cap = (CvCapture*)new cv::VideoCapture(path);
    }
    catch (...) {
        std::cout << " Error: Web-camera " << path << " can't be opened! \n";
        std::cout << " Error: video-stream " << path << " can't be opened! \n";
    }
    return cap;
}
src/network.c
src/option_list.c