mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
small fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1723 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6bcc069cca
commit
f777d845b3
@ -61,6 +61,7 @@ extern "C" void DS_VideoDecoder_Restart(){
|
|||||||
|
|
||||||
extern "C" void DS_VideoDecoder_Close(){
|
extern "C" void DS_VideoDecoder_Close(){
|
||||||
DS_VideoDecoder* dec=(DS_VideoDecoder*) _handle;
|
DS_VideoDecoder* dec=(DS_VideoDecoder*) _handle;
|
||||||
|
_handle=NULL;
|
||||||
delete dec;
|
delete dec;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user