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
1 changed files with 0 additions and 1 deletions

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;
}