[FFmpeg-soc] [PATCH 2/5] Split floating-point and fixed-point functions into separate files.

Justin Ruggles justin.ruggles at gmail.com
Sat Dec 11 17:11:56 CET 2010


Also configure fixed-point encoding with --disable-ac3enc-float.
Make floating-point the default and use it in the regression test.
---
 configure                 |    5 +
 libavcodec/ac3enc.c       |  341 +-------------------------------------------
 libavcodec/ac3enc_fixed.c |  267 +++++++++++++++++++++++++++++++++++
 libavcodec/ac3enc_fixed.h |   57 ++++++++
 libavcodec/ac3enc_float.c |   61 ++++++++
 libavcodec/ac3enc_float.h |   50 +++++++
 tests/codec-regression.sh |    5 +-
 tests/ref/acodec/ac3      |    4 +-
 8 files changed, 453 insertions(+), 337 deletions(-)
 create mode 100644 libavcodec/ac3enc_fixed.c
 create mode 100644 libavcodec/ac3enc_fixed.h
 create mode 100644 libavcodec/ac3enc_float.c
 create mode 100644 libavcodec/ac3enc_float.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Split-floating-point-and-fixed-point-functions-into-.patch
Type: text/x-patch
Size: 26122 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20101211/ee885eff/attachment.bin>


More information about the FFmpeg-soc mailing list