Browse Source

Remove an unused field from the BandCodingPath struct.

Originally committed as revision 19473 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Alex Converse 16 years ago
parent
commit
5cf20d07ad
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/aaccoder.c

+ 0
- 1
libavcodec/aaccoder.c View File

@@ -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;


Loading…
Cancel
Save