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
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user