Mercurial > mplayer.hg
view stream/cache2.h @ 25387:95893c0e5108
do not override *file_format if already set by asf_streaming_start()
ASX files containing a playlist were probably not playable at all.
Fixes playback of the following:
http://www.impek.com/go/oldcartoontv/wm
http://www.impek.tv/go/soul/wm
http://www.impek.com/go/tropical2/wm
http://www.impek.com/go/mizik/wm
author | ben |
---|---|
date | Sat, 15 Dec 2007 19:16:49 +0000 |
parents | 3f0d00abc073 |
children | 3baf6a2283da |
line wrap: on
line source
#ifndef CACHE2_H #define CACHE2_H extern void cache_uninit(stream_t *s); #endif