changeset 9967:cd01ef12809a libavcodec

Remove an unused field from the BandCodingPath struct.
author alexc
date Mon, 20 Jul 2009 21:52:03 +0000
parents fd487090d901
children 93c52263ff74
files aaccoder.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aaccoder.c	Mon Jul 20 20:32:27 2009 +0000
+++ b/aaccoder.c	Mon Jul 20 21:52:03 2009 +0000
@@ -347,7 +347,6 @@
  */
 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;