Use input_Close() rather than vlc_object_release()
input_Create() should be matched with input_Close(). vlc_object_release() should be used only to discard extra references to the input thread object.
Showing
Please register or sign in to comment