Open movie output in binary mode
commit8f9bade6f962123381986f2e8775b4f836d842a3
authorOlly Betts <olly@survex.com>
Fri, 5 Aug 2016 00:37:55 +0000 (5 12:37 +1200)
committerOlly Betts <olly@survex.com>
Fri, 5 Aug 2016 00:37:55 +0000 (5 12:37 +1200)
treeb8e584ea526150ca9971659db70a86a6a40ade3a
parentb049703417236593ce189ad3f769d85412cfaf6c
Open movie output in binary mode

1.2.27 changed the movie export code on Microsoft Windows to allow
writing to files with non-ASCII characters in the names, but the
file wasn't opened in binary mode, leading to corrupt output.

Fixes #81, reported by Erin Lynch.
src/gfxcore.cc