Comment 16 for bug 1033820

Revision history for this message
Maks Verver (maksverver) wrote :

There is a very simple solution to the final problem: just replace the call to av_close_input_stream() in ffdecode.c with a call to av_close_input_file() instead (see attached patch).