Hi, On Sun, Aug 8, 2010 at 4:49 AM, Khalegh Bayati <[email protected]> wrote: > Hi > I want to implement some error concealment methods in ffmpeg. I wrote my code > in > file /libavcodec/error_resilience.c. But there is some bug in gcc or ffmpeg: > value of some of my variables (which are in double format) change to NaN > unexpectedly. > For example: > double x = 0.0; > printf("%lf",x); > This code returns "nan" in output. How can I bypass this bug? > Thanks a lot
I'm affraid nobody on this forum will be able to reproduce this bug. You'll want to provide more context and tell us how this is related to FFmpeg programming. It seems you're dealing with memory corruption, try valgrind and gdb or so. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
