ac3enc: fix allocation of floating point samples.
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 13 Jun 2011 21:44:50 +0000 (17:44 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 13 Jun 2011 21:49:37 +0000 (17:49 -0400)
commit99477adc31c0569b3cebe8004dd584aa4726a2d1
tree1569d3312cf71e9a5c4b152c221d44205b744a54
parent35bdaf3d427b6856df01d41ee826bd515440ec46
ac3enc: fix allocation of floating point samples.

sizeof(SampleType) is different for fixed and float encoders.
libavcodec/ac3enc.c
libavcodec/ac3enc.h
libavcodec/ac3enc_template.c