*Josiah Bryan* wrote: >Without really knowing ffmpeg, you could grep the ffmpeg source for >'slide below image', then run your app in gdb and set breakpoint where >that string appears in the ffmpeg source. Then when the debugger stops, >type 'bt' to get a backtrace of what function triggered that message. >
this highlights another small problem I have. I am using gdb to debug my own application but I cant seem to access debug symbols from ffmpeg libraries. I used synaptic in a Debian distribution to install all the ffmpeg packages include ffmpeg-dbg, which is supposed to install debug symbols, but still gdb doesnt show anything. Am I supposed to link in some different libraries to see the symbols? thanks in advance have a nice day Filippo _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
