output: Fix writing to stdout on Windows
By default, Windows converts "\n" to "\r\n" on stdout. Setting the mode to binary fixes this.
By default, Windows converts "\n" to "\r\n" on stdout. Setting the mode to binary fixes this.
VideoLAN code repository instance