I have an issue with opening a stream, that I tracked down to open_input_file(). I have added a printf statement to the open_input_file() function in utils.c and recompiled & reinstalled ffmpeg. Now, when I run command line ffmpeg, I see the message as expected. However, when I run my simple program that just calls open_input_file(), the message is not displayed!
How can command line ffmpeg and my program be using two different sets of libraries? I compile my code using Eclipse with gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"main.d" -MT"main.d" -o"main.o" "../main.c" Thanks fo rthe help, Cuneyt _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
