Changeset 5e015eeedede726d17ab542c3f3a20296c5d411b
- 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
| r29a99a6 |
r5e015ee |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2004-2005 the VideoLAN team |
|---|
| 5 | | * $Id$ |
|---|
| | 5 | * $Id: 797099ef1b4316d247401fb5e40a2edebe0e9f48 $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Clément Stenac <zorglub@videolan.org> |
|---|
| … | … | |
| 1046 | 1046 | { |
|---|
| 1047 | 1047 | psz_proto = "rtp"; |
|---|
| | 1048 | psz_parse = psz_eof + 1; |
|---|
| 1048 | 1049 | p_sdp->i_media_type = atoi( psz_parse ); |
|---|
| 1049 | 1050 | } |
|---|