1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 10:26:09 +00:00

demux close gets called automatically

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15821 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2005-06-26 15:52:49 +00:00
parent 47eb55b654
commit 226ac28fff

View File

@ -126,7 +126,6 @@ int demux_aac_probe(demuxer_t *demuxer)
fail:
mp_msg(MSGT_DEMUX, MSGL_V, "demux_aac_probe, failed to detect an AAC stream\n");
demux_close_aac(demuxer);
return 0;
}