You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Force to call the reader destructor before the inputFile destructor
(which cannot happen in C++).
* This is a new problem since the decoder has a link to the stream,
which is needed to access the codec to close it. So the file, which
handles the streams, should not be destroyed before the decoders.
0 commit comments