Commit 9389e63c authored by Benjamin Larsson's avatar Benjamin Larsson

Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net

Originally committed as revision 11407 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8eb793c4
......@@ -1001,7 +1001,7 @@ static int dca_subsubframe(DCAContext * s)
s->lfe_data + lfe_samples +
2 * s->lfe * subsubframe,
&s->samples[256 * i_channels],
8388608.0, s->bias);
256.0, 0 /* s->bias */);
/* Outputs 20bits pcm samples */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment