[SCM] libav/experimental: Remove an unused field from the BandCodingPath struct.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:49:10 UTC 2013


The following commit has been merged in the experimental branch:
commit 5cf20d07ad897740ab834e60e137abe551aedece
Author: Alex Converse <alex.converse at gmail.com>
Date:   Mon Jul 20 21:52:03 2009 +0000

    Remove an unused field from the BandCodingPath struct.
    
    Originally committed as revision 19473 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c
index 3732219..f298258 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list