Cuneyt Taskiran wrote:
So I performed this simple experiment:
I went in and added a printf() to open_input_file() function in utils.c of
ffmpeg source code, then reconfigured, recompiled and reinstalled ffmpeg.
When I run the command line ffmpeg I see the printf output, but when I call
open_input_file() from my program, I *do not* see it. So the libavformat
included in my program is not the same as the one used by command line
ffmpeg. I was including /usr/local/lib in my Eclipse project, so is this is
not correct?
Interesting... How come there are two versions of the same library?
You probably have two version of the libraries installed on your system
(maybe you compiled a version of ffmpeg by yourself but you also installed
some pre-packaged version from your distribution - and some distributions
really do a great job in shipping broken ffmpeg versions ;-).
Anyway, I see from your other emails that you managed to fix this problem.
Maybe this was the reason for the strange open_input_file() behaviour you
are seeing?
Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user