提交 5cf20d07 编写于 作者: A Alex Converse

Remove an unused field from the BandCodingPath struct.

Originally committed as revision 19473 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 01939922
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册