Commit 2a9ba0a7 authored by alexc's avatar alexc

aacsbr: Remove a slightly incorrect comment.

The two conditions are equivalent.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22386 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dda9710c
......@@ -735,7 +735,7 @@ static int read_sbr_grid(AACContext *ac, SpectralBandReplication *sbr,
ch_data->bs_num_noise = (ch_data->bs_num_env[1] > 1) + 1;
ch_data->t_q[0] = ch_data->t_env[0];
if (ch_data->bs_num_noise > 1) { // typo in spec bases this on bs_num_env...
if (ch_data->bs_num_noise > 1) {
unsigned int idx;
if (ch_data->bs_frame_class == FIXFIX) {
idx = ch_data->bs_num_env[1] >> 1;
......
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