Modified the command line encoder and decoder to accept input from stdin andmaster
commit728e8f5b09cdc91bb155cad15171f8eeac591cc0
authorAnuradha Suraparaju <asuraparaju@gmail.com>
Thu, 7 Jan 2010 00:49:23 +0000 (7 11:49 +1100)
committerAnuradha Suraparaju <asuraparaju@gmail.com>
Thu, 7 Jan 2010 00:49:23 +0000 (7 11:49 +1100)
tree790c41e5dfb40bd3052492d45aaafd54771be808
parentde079d0c70a535d82c3c3418034609f4500deb96
Modified the command line encoder and decoder to accept input from stdin and
write output to stdout when the file is specified as "-" on the command line.
As a consequence, all debug info in verbose mode is now output to stderr.
src/common.cpp
src/schro_decode.cpp
src/schro_encode.cpp