[FFmpeg-devel] [PATCH 1/3] Move fixed-point parts of the AC-3 encoder to separate files.

Justin Ruggles justin.ruggles
Fri Dec 31 21:11:38 CET 2010


---
 libavcodec/Makefile       |    2 +-
 libavcodec/ac3enc.c       |  436 ++-------------------------------------------
 libavcodec/ac3enc_fixed.c |  428 ++++++++++++++++++++++++++++++++++++++++++++
 libavcodec/ac3enc_fixed.h |   60 ++++++
 4 files changed, 505 insertions(+), 421 deletions(-)
 create mode 100644 libavcodec/ac3enc_fixed.c
 create mode 100644 libavcodec/ac3enc_fixed.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Move-fixed-point-parts-of-the-AC-3-encoder-to-separa.patch
Type: text/x-patch
Size: 27388 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101231/95c72d45/attachment.bin>



More information about the ffmpeg-devel mailing list