Assert in FFmpegLibs::InitLibs
Posted: Tue Nov 11, 2014 6:11 pm
This is been around for a while, is it just me or do other folks see it when running under the debugger (I am not testing the wxWidgets 3 configuration). In srcFFmpeg.cpp at or near line number 849, in the function:
bool FFmpegLibs::InitLibs(wxString libpath_format, bool WXUNUSED(showerr))
causes an assertion failure:
Since this debugging code has languished for many months, does it make any sense to comment out these debugging messages:
to suppress the assert?
bool FFmpegLibs::InitLibs(wxString libpath_format, bool WXUNUSED(showerr))
Code: Select all
wxLogMessage(wxT("Actual avutil path %s"),
FileNames::PathFromAddr(avutil->GetSymbol(wxT("avutil_version"))).c_str());