Changeset d87b169600587b0831a362195fdbb99f168f5dd0

Show
Ignore:
Timestamp:
05/10/04 17:25:44 (4 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1096989944 +0000
git-parent:

[cb402493149bfc98e9a216a28532852c8945ef9a]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1096989944 +0000
Message:

* revert the mimetype recognition of http:// mmsh streams

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/http.c

    r156dbc4 rd87b169  
    269269    } 
    270270 
    271     if( p_sys->psz_mime && !strcasecmp( p_sys->psz_mime, "video/x-ms-asf" ) ) 
    272     { 
    273         if( !strcasestr( p_access->psz_path, "asx" ) ) 
    274         { 
    275             msg_Dbg( p_access, "this isn't http, it's mms" ); 
    276             goto error; 
    277         } 
    278     } 
    279  
    280271    if( ( p_sys->i_code == 301 || p_sys->i_code == 302 || 
    281272          p_sys->i_code == 303 || p_sys->i_code == 307 ) &&