[FFmpeg-devel] [PATCH 1/4] Move fixed-point structs and functions to ac3enc_fixed.c/h.

Michael Niedermayer michaelni
Thu Dec 23 03:28:44 CET 2010


On Wed, Dec 22, 2010 at 09:30:34AM -0500, Justin Ruggles wrote:
> ---
>  libavcodec/ac3enc.c       |  313 +--------------------------------------------
>  libavcodec/ac3enc_fixed.c |  316 +++++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/ac3enc_fixed.h |   56 ++++++++
>  3 files changed, 376 insertions(+), 309 deletions(-)
>  create mode 100644 libavcodec/ac3enc_fixed.c
>  create mode 100644 libavcodec/ac3enc_fixed.h
> 

>  ac3enc.c       |  313 --------------------------------------------------------
>  ac3enc_fixed.c |  316 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  ac3enc_fixed.h |   56 ++++++++++
>  3 files changed, 376 insertions(+), 309 deletions(-)
> a7a06d2baf14d75eb941b8cecb2e42052dc2daae  0001-Move-fixed-point-structs-and-functions-to-ac3enc_fix.patch
> diff --git libavcodec/ac3enc.c libavcodec/ac3enc.c

Moving should be ok ...

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Rewriting code that is poorly written but fully understood is good.
Rewriting code that one doesnt understand is a sign that one is less smart
then the original author, trying to rewrite it will not make it better.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101223/afb0a4a0/attachment.pgp>



More information about the ffmpeg-devel mailing list