Don't need to stream_enable_cache it will be done later.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3047 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
bertrand 2001-11-21 02:49:01 +00:00
parent d4621f881f
commit 2515aad598
1 changed files with 0 additions and 1 deletions

View File

@ -351,7 +351,6 @@ tv_err:
url_free(url);
return NULL;
}
stream_enable_cache(stream,2048*1024);
url_free(url);
return stream;
}