ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdct
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 10 Jun 2011 16:42:36 +0000 (12:42 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 13 Jun 2011 20:49:35 +0000 (16:49 -0400)
commite754dfc0bba4f81fe797f240fca94fea5dfd925e
treea610aa37e26a60e164d0ae4a1c12552c3df12754
parent36151b3e3112cd7d8ae0e02e850dee16bd966696
ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdct

This will allow the same struct to be used for both the fixed and float ac3
encoders.
libavcodec/ac3enc.c
libavcodec/ac3enc.h