[Bug 95] New: ffmpegwriter crashes when writing divx
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
https://bugs.gephex.org/show_bug.cgi?id=95
Summary: ffmpegwriter crashes when writing divx
Product: GePhex
Version: 0.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: plugin
AssignedTo: [email protected]
ReportedBy: [email protected]
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.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.