OSDN Git Service

ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext
authorMans Rullgard <mans@mansr.com>
Sun, 13 Mar 2011 16:22:07 +0000 (16:22 +0000)
committerMans Rullgard <mans@mansr.com>
Tue, 29 Mar 2011 23:38:45 +0000 (00:38 +0100)
commit6f718471eaae9d25c4fd2dd8d8defa412e2d041c
tree70358ae1f2dede7ac601d7893f182682ac5e3eff
parente0be794a71be25a350f68287ee291b4942bcb7d8
ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext

These fields are only used in quantize_mantissas() and reset
on each call, no need to store them in the main context.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/ac3enc.c