[FFmpeg-devel] [PATCH] Change round to rint in atrac3.c

Fred Rothganger fred
Mon Oct 15 06:46:11 CEST 2007


I am compiling ffmpeg under cygwin with -mno-cygwin, and then linking 
the resulting static libs under MSVC 2005 edition.  There are three 
symbols that remain undefined at link time:

_snprintf
_gettimeofday
_round

This patch addresses _round.  Don't know what the efficiency impact is 
of using rint() and cast rather than round().

-- Fred

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: atrac3.c.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071014/7f24f5c9/attachment.txt>



More information about the ffmpeg-devel mailing list