summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2009-07-20 21:52:03 +0000
committerAlex Converse <alex.converse@gmail.com>2009-07-20 21:52:03 +0000
commit5cf20d07ad897740ab834e60e137abe551aedece (patch)
tree3c73f88596a0167d4945d9d65de10892fe86fae6 /libavcodec/aaccoder.c
parent0193992252f31dbb50ce55bb9a48623e26654df4 (diff)
Remove an unused field from the BandCodingPath struct.
Originally committed as revision 19473 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aaccoder.c')
-rw-r--r--libavcodec/aaccoder.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c
index 3732219d31..f2982584d4 100644
--- a/libavcodec/aaccoder.c
+++ b/libavcodec/aaccoder.c
@@ -347,7 +347,6 @@ static void quantize_and_encode_band(struct AACEncContext *s, PutBitContext *pb,
*/
typedef struct BandCodingPath {
int prev_idx; ///< pointer to the previous path point
- int codebook; ///< codebook for coding band run
float cost; ///< path cost
int run;
} BandCodingPath;