mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Merge commit '103391ca90b2f7c56ae756d76c76f7c3dfa28dd4'
* commit '103391ca90b2f7c56ae756d76c76f7c3dfa28dd4': dca: Remove some commented-out cruft Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
950ce21d4a
@ -1416,12 +1416,10 @@ static int dca_filter_channels(DCAContext *s, int block_index)
|
||||
|
||||
/* 32 subbands QMF */
|
||||
for (k = 0; k < s->prim_channels; k++) {
|
||||
/* static float pcm_to_double[8] = { 32768.0, 32768.0, 524288.0, 524288.0,
|
||||
0, 8388608.0, 8388608.0 };*/
|
||||
if (s->channel_order_tab[k] >= 0)
|
||||
qmf_32_subbands(s, k, subband_samples[k],
|
||||
s->samples_chanptr[s->channel_order_tab[k]],
|
||||
M_SQRT1_2 / 32768.0 /* pcm_to_double[s->source_pcm_res] */);
|
||||
M_SQRT1_2 / 32768.0);
|
||||
}
|
||||
|
||||
/* Generate LFE samples for this subsubframe FIXME!!! */
|
||||
|
Loading…
Reference in New Issue
Block a user