Displaying 1 result from an estimated 1 matches for "raw_samplerate".
2015 Jan 26
0
[PATCH] oggenc: do not use stack variable out of its scope of validity
...if(opt.rawmode)
{
- input_format raw_format = {NULL, 0, raw_open, wav_close, "raw",
+ static input_format raw_format = {NULL, 0, raw_open, wav_close, "raw",
N_("RAW file reader")};
enc_opts.rate=opt.raw_samplerate;
--
2.1.0