it does not give me a line number but I am really sure the issue is from my
vector usage (vector n00b).
If I remove line 47 from this code -> <http://pastie.org/4790174>
http://pastie.org/4790174 the problem goes away (I also lose 90% of my
functions).
The only thing that changed is that on line 96 (setValuesfromffmpeg) the
populating of the vector data in that function, used to be an array and the
vector is being declared now in the .h (so that it can be reached by my .h,
so it is there for a reason) here line 9 -> <http://pastie.org/4790176>
http://pastie.org/4790176
complete error -> <http://pastie.org/4790168> http://pastie.org/4790168
Brad
|