Commit 76b1385a authored by alexc's avatar alexc

Remove an unused field from the BandCodingPath struct.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19473 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 65d88ea9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment