[FFmpeg-cvslog] r11079 - in trunk: libavcodec/cabac.c libavcodec/eval.c libavcodec/h264.c libavcodec/rangecoder.c libavcodec/snow.c libavutil/adler32.c libavutil/aes.c libavutil/crc.c libavutil/integer.c libavutil/lls.c libavutil/mathematics.c libavutil/md5.c libavutil/sha1.c libavutil/softfloat.c libavutil/tree.c
Michael Niedermayer
michaelni
Fri Nov 23 13:27:33 CET 2007
On Fri, Nov 23, 2007 at 11:31:51AM +0200, ods15 at ods15.dyndns.org wrote:
> On Fri, Nov 23, 2007 at 01:52:57AM +0100, diego wrote:
> > Author: diego
> > Date: Fri Nov 23 01:52:56 2007
> > New Revision: 11079
> >
> > Log:
> > main() --> main(void)
> >
> ...
>
> > Modified: trunk/libavcodec/eval.c
> > ==============================================================================
> > --- trunk/libavcodec/eval.c (original)
> > +++ trunk/libavcodec/eval.c Fri Nov 23 01:52:56 2007
> > @@ -451,7 +451,7 @@ static const char *const_names[]={
> > "E",
> > 0
> > };
> > -main(){
> > +main(void){
> > int i;
> > printf("%f == 12.7\n", ff_eval("1+(5-2)^(3-1)+1/2+sin(PI)-max(-2.2,-3.1)", const_values, const_names, NULL, NULL, NULL, NULL, NULL));
> > printf("%f == 0.931322575\n", ff_eval("80G/80Gi", const_values, const_names, NULL, NULL, NULL, NULL, NULL));
>
> Might as well have made that 'int main' ...
or even left it as it was ...
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20071123/b10b60aa/attachment.pgp>
More information about the ffmpeg-cvslog
mailing list