Mercurial > mplayer.hg
changeset 12639:1f7413e7d755
mpst fix
author | alex |
---|---|
date | Fri, 25 Jun 2004 15:19:11 +0000 |
parents | 2ebd553876c8 |
children | 7513f753af91 |
files | libmpdemux/open.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/open.c Fri Jun 25 15:14:27 2004 +0000 +++ b/libmpdemux/open.c Fri Jun 25 15:19:11 2004 +0000 @@ -484,6 +484,7 @@ if (strncmp("tv://", filename, 5) && strncmp("mf://", filename, 5) && strncmp("vcd://", filename, 6) && strncmp("dvb://", filename, 6) && strncmp("cdda://", filename, 7) && strncmp("cddb://", filename, 7) && + strncmp("mpst://", filename, 7) && strstr(filename, "://")) { url = url_new(filename); }