[FFmpeg-cvslog] r11407 - trunk/libavcodec/dca.c
banan
subversion
Fri Jan 4 21:02:10 CET 2008
Author: banan
Date: Fri Jan 4 21:02:10 2008
New Revision: 11407
Log:
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net
Modified:
trunk/libavcodec/dca.c
Modified: trunk/libavcodec/dca.c
==============================================================================
--- trunk/libavcodec/dca.c (original)
+++ trunk/libavcodec/dca.c Fri Jan 4 21:02:10 2008
@@ -1001,7 +1001,7 @@ static int dca_subsubframe(DCAContext *
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 */
}
More information about the ffmpeg-cvslog
mailing list