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