• John Koleszar's avatar
    fix pipe support on windows · c377bf0e
    John Koleszar authored
    STDIO streams are opened in text mode by default on Windows. This patch
    changes the stdin/stdout streams to be in binary mode if they are being
    used for I/O from the vpxenc or vpxdec tools.
    
    Fixes issue #216. Thanks to mw AT hesotech.de for the fix.
    
    Change-Id: I34525b3ce2a4a031d5a48d36df4667589372225b
    c377bf0e
usage_cx.dox 448 bytes
/*! \page usage_encode Encode
    The vpx_codec_encode() function is at the core of the decode loop. It
    processes raw images passed by the application, producing packets of
    compressed data. The <code>deadline</code> parameter controls the amount
    of time in microseconds the encoder should spend working on the frame. For
    more information on the <code>deadline</code> parameter, see
    \ref usage_deadline.
    \ref samples