On 05/25/2011 05:50 AM, Diego Biurrun wrote:

> On Tue, May 24, 2011 at 08:21:24PM -0400, Justin Ruggles wrote:
>>
>> This adds basic stream format support and allows for arbitrary bit rates
>> rather than just those supported in AC-3.
>> ---
>>  Changelog                         |    2 +
>>  configure                         |    1 +
>>  libavcodec/Makefile               |    1 +
>>  libavcodec/ac3enc.c               |  300 
>> ++++++++++++++++++++++++++++++++++---
>>  libavcodec/ac3enc_float.c         |   18 +++
>>  libavcodec/ac3enc_opts_template.c |    6 +
>>  libavcodec/allcodecs.c            |    2 +-
>>  libavcodec/version.h              |    2 +-
>>  8 files changed, 308 insertions(+), 24 deletions(-)
> 
> A documentation update is missing.

Oops. How could I forget about general.texi... Updated locally.

> Did you check that this compiles standalone with everything disabled and
> just your new encoder enabled?


I didn't check that, but I will. There is not reason it shouldn't
though. It uses all the same files and code path as the floating-point
ac3 encoder, and I just copied the build system stuff from that.

Thanks,
Justin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to