Re: [Bug 94] New: ffmpegwriter crashes when writing divx
Sven Schnelle <[email protected]>
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, [email protected] writes: > the ffmpeg module crashes when writing divx files. problem: encmap is declared > as std::map<std::string, std::pair<int, std::string> > encmap, but at the > assignment explicit casted to std::map<std::string, std::pair<int, const char *> >> encmap. Forget this stupid mail from me - that's not the problem. The real problem is that encstr contains "DIVX" after startup as default and not "DIVX High". And so ffmpegwriter::initEncoder can't find any entry in encmap. Sven.