From 75a25c5e60784ac4a87950e2b1c2b506f4d7b17b Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 29 Jun 2017 17:52:42 +0000
Subject: [PATCH] For the console-app that uses DLL changed: MT-Debug-DLL (/MDd) to MT-DLL (/MD)

---
 src/rnn_vid.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/rnn_vid.c b/src/rnn_vid.c
index 36912d6..7f4c2ba 100644
--- a/src/rnn_vid.c
+++ b/src/rnn_vid.c
@@ -163,6 +163,7 @@
     CvCapture *cap = cvCaptureFromFile("/extra/vid/ILSVRC2015/Data/VID/snippets/val/ILSVRC2015_val_00007030.mp4");
     float *feat;
     float *next;
+	next = NULL;
     image last;
     for(i = 0; i < 25; ++i){
         image im = get_image_from_stream(cap);

--
Gitblit v1.10.0