Changeset 5e015eeedede726d17ab542c3f3a20296c5d411b

Show
Ignore:
Timestamp:
04/17/08 20:52:30 (3 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1208458350 +0100
git-parent:

[c1c81073e661f7d80197711ab11753e1e170b44c]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1208385735 +0100
Message:

Correctly parse the media type (Fix #1552)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/services_discovery/sap.c

    r29a99a6 r5e015ee  
    33 ***************************************************************************** 
    44 * Copyright (C) 2004-2005 the VideoLAN team 
    5  * $Id
     5 * $Id: 797099ef1b4316d247401fb5e40a2edebe0e9f48
    66 * 
    77 * Authors: ClĂ©ment Stenac <zorglub@videolan.org> 
     
    10461046            { 
    10471047                psz_proto = "rtp"; 
     1048                psz_parse = psz_eof + 1; 
    10481049                p_sdp->i_media_type = atoi( psz_parse ); 
    10491050            }