According to gdb, the segfault happens at line 1686 of libavformat/utils.c, in av_estimate_timings()
if (ic->iformat->flags & AVFMT_NOFILE) {
ic->iformat is NULL. Is there something else I should call before calling
find_stream_info()?
Karthik
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user
