Changeset 188b8fa701e3987cb8479572dadd64644e6920c2
- Timestamp:
- 06/14/08 17:27:48
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1213457268 +0200
- git-parent:
[ff6d0af6bd54027a616eaab0caab220329b34b92]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1213457268 +0200
- Message:
sgimb: Kill a warning.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9e93e03 |
r188b8fa |
|
| 368 | 368 | } |
|---|
| 369 | 369 | |
|---|
| 370 | | p_child = input_ItemNewWithType( p_demux, p_sys->psz_uri, |
|---|
| | 370 | p_child = input_ItemNewWithType( VLC_OBJECT(p_demux), p_sys->psz_uri, |
|---|
| 371 | 371 | p_sys->psz_name ? p_sys->psz_name : p_sys->psz_uri, |
|---|
| 372 | 372 | 0, NULL, p_sys->i_duration, ITEM_TYPE_NET ); |
|---|