diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-03-09 10:27:35 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-03-09 10:27:35 +0000 |
commit | 79350786239ce7ec07eb7cd7b2d6513a541ab4ee (patch) | |
tree | 6d04963b1272c0c6d1e5bb1cb9d350fdffdf84a2 /libavcodec/sbr.h | |
parent | 7333f849b189f3799e62a753d5b0a47e28a780b7 (diff) | |
download | ffmpeg-79350786239ce7ec07eb7cd7b2d6513a541ab4ee.tar.gz |
aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context
and some duplicate local variables.
Originally committed as revision 22384 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/sbr.h')
-rw-r--r-- | libavcodec/sbr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/sbr.h b/libavcodec/sbr.h index 5095bdc0cb..3025860d7e 100644 --- a/libavcodec/sbr.h +++ b/libavcodec/sbr.h @@ -64,10 +64,6 @@ typedef struct { unsigned bs_add_harmonic_flag; unsigned bs_num_env[2]; uint8_t bs_freq_res[7]; - uint8_t bs_var_bord[2]; - uint8_t bs_num_rel[2]; - uint8_t bs_rel_bord[2][3]; - unsigned bs_pointer; unsigned bs_num_noise; uint8_t bs_df_env[5]; uint8_t bs_df_noise[2]; |