Scott Theisen:
> Hello all,
>
> avformat_find_stream_info() calls av_freep() on FFStream::info, which
> will cause a segmentation fault if it is called more than once on the
> same AVFormatContext (assuming it still has at least one of the
> AVStreams from when it was called previously).
>
> Is t
Hello all,
avformat_find_stream_info() calls av_freep() on FFStream::info, which
will cause a segmentation fault if it is called more than once on the
same AVFormatContext (assuming it still has at least one of the
AVStreams from when it was called previously).
Is this intentional and should