1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 21:06:00 +00:00

Updated to conform to a small change in the LIVE.COM API.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12867 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rsf 2004-07-20 02:12:08 +00:00
parent 0ccf7cb05a
commit a26dcc7b48

View File

@ -407,7 +407,7 @@ extern "C" void demux_close_rtp(demuxer_t* demuxer) {
delete rtpState->sdpDescription;
delete rtpState;
delete env; delete scheduler;
env->reclaim(); delete scheduler;
}
////////// Extra routines that help implement the above interface functions: