[FFmpeg-cvslog] r22386 - trunk/libavcodec/aacsbr.c
alexc
subversion
Tue Mar 9 12:13:45 CET 2010
Author: alexc
Date: Tue Mar 9 12:13:45 2010
New Revision: 22386
Log:
aacsbr: Remove a slightly incorrect comment.
The two conditions are equivalent.
Modified:
trunk/libavcodec/aacsbr.c
Modified: trunk/libavcodec/aacsbr.c
==============================================================================
--- trunk/libavcodec/aacsbr.c Tue Mar 9 11:32:34 2010 (r22385)
+++ trunk/libavcodec/aacsbr.c Tue Mar 9 12:13:45 2010 (r22386)
@@ -735,7 +735,7 @@ static int read_sbr_grid(AACContext *ac,
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;
More information about the ffmpeg-cvslog
mailing list