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