[FFmpeg-cvslog] r19473 - trunk/libavcodec/aaccoder.c

alexc subversion
Mon Jul 20 23:52:03 CEST 2009


Author: alexc
Date: Mon Jul 20 23:52:03 2009
New Revision: 19473

Log:
Remove an unused field from the BandCodingPath struct.

Modified:
   trunk/libavcodec/aaccoder.c

Modified: trunk/libavcodec/aaccoder.c
==============================================================================
--- trunk/libavcodec/aaccoder.c	Mon Jul 20 22:32:27 2009	(r19472)
+++ trunk/libavcodec/aaccoder.c	Mon Jul 20 23:52:03 2009	(r19473)
@@ -347,7 +347,6 @@ static void quantize_and_encode_band(str
  */
 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;



More information about the ffmpeg-cvslog mailing list