projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0193992
)
Remove an unused field from the BandCodingPath struct.
author
Alex Converse
<alex.converse@gmail.com>
Mon, 20 Jul 2009 21:52:03 +0000
(21:52 +0000)
committer
Alex Converse
<alex.converse@gmail.com>
Mon, 20 Jul 2009 21:52:03 +0000
(21:52 +0000)
Originally committed as revision 19473 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aaccoder.c
patch
|
blob
|
history
diff --git
a/libavcodec/aaccoder.c
b/libavcodec/aaccoder.c
index 3732219d3118253ca53a876b87a83e5b38c131d2..f2982584d4add941538bb602160a3e9143ad1edc 100644
(file)
--- 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;