summaryrefslogtreecommitdiff
path: root/libavcodec/sbr.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-03-09 10:27:35 +0000
committerAlex Converse <alex.converse@gmail.com>2010-03-09 10:27:35 +0000
commit79350786239ce7ec07eb7cd7b2d6513a541ab4ee (patch)
tree6d04963b1272c0c6d1e5bb1cb9d350fdffdf84a2 /libavcodec/sbr.h
parent7333f849b189f3799e62a753d5b0a47e28a780b7 (diff)
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.h4
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];