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
Video/AudioDecoder: fix the codec state when calling decoder destructor
* The decoder can open the codec (and so there is a flag _isSetup to check this).
* If the codec was open by the decoder, it should close it at the end of its life.
0 commit comments