Skip to content

output: Fix writing to stdout on Windows

Thomas Wulz requested to merge twulz/dav1d:windows-stdout-fix into master

By default, Windows converts "\n" to "\r\n" on stdout. Setting the mode to binary fixes this.

Merge request reports

Loading