Mayank Agarwal wrote: > I am getting segmenttaion fault at av_open_input_stream function > > I am linking the latest libavcodec.so/libavformat.so which i generated > > by installing the svn package from ffmpeg site. > > > Is there anything i am missing.
Like Michel already mentioned, use GDB to debug segmentation faults. It should be very straightforward by following this guide: http://www.unknownroad.com/rtfm/gdbtut/gdbsegfault.html Cheers, Ola _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
