mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Remove an unused field from the BandCodingPath struct.
Originally committed as revision 19473 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0193992252
commit
5cf20d07ad
@ -347,7 +347,6 @@ static void quantize_and_encode_band(struct AACEncContext *s, PutBitContext *pb,
|
|||||||
*/
|
*/
|
||||||
typedef struct BandCodingPath {
|
typedef struct BandCodingPath {
|
||||||
int prev_idx; ///< pointer to the previous path point
|
int prev_idx; ///< pointer to the previous path point
|
||||||
int codebook; ///< codebook for coding band run
|
|
||||||
float cost; ///< path cost
|
float cost; ///< path cost
|
||||||
int run;
|
int run;
|
||||||
} BandCodingPath;
|
} BandCodingPath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user