I have written a program that calls avformat_find_stream_info() with a small max_analyze_duration in the AVFormatContext.

Sometimes, depending on the stream, the analyze duration is not sufficient to determine all informations I need. So I would like to call avformat_find_stream_info() again if needed.

But the second call to avformat_find_stream_info() always segfaults.

What am I doing wrong?

--
Manfred Härtel, DB3HM    mailto:[email protected]
                         http://rz-home.de/mhaertel
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to