Specifying this flag will store the samples in full precision
(so they can be losslessly restored from the text-file).
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Closes: https://github.com/erikd/libsndfile/pull/186
Some of the example programs (examples/generate.c,
examples/sfprocess.c, examples/sndfile-to-text.c) didn't initialize
the SF_INFO structure to zero before using it, leading to undefined
behaviour. Add a memset() to fix this.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>