[FFmpeg-devel] [PATCH] fix macro redefinition in ac3enc.c

Diego Biurrun diego
Thu Mar 5 20:37:59 CET 2009


Here is a small patch to remove the redundant MUL16 macro from
libavcodec/ac3enc.c.  The very same macro exists in mathops.h.
This avoids the warning

libavcodec/ac3enc.c:119:1: warning: "MUL16" redefined
In file included from libavcodec/bitstream.h:36,
                 from libavcodec/ac3enc.c:30:
libavcodec/mathops.h:79:1: warning: this is the location of the previous definition

Diego
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ac3enc.diff
Type: text/x-diff
Size: 364 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090305/8cb207e6/attachment.diff>



More information about the ffmpeg-devel mailing list