Changeset 38cc65962e877401d6209e8b925f345fc17369ec
- Timestamp:
- 06/06/08 11:39:54
(6 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1212745194 +0200
- git-parent:
[e9fdaf06b59ebdd0b9b5faa000c18732354e44e1]
- git-author:
- Rafaël Carré <funman@videolan.org> 1212745194 +0200
- Message:
Use stats demux only if selected
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| red7b6cb |
r38cc659 |
|
| 64 | 64 | demux_sys_t *p_sys; |
|---|
| 65 | 65 | |
|---|
| | 66 | p_demux->p_sys = NULL; |
|---|
| | 67 | |
|---|
| | 68 | /* Only when selected */ |
|---|
| | 69 | if( *p_demux->psz_demux == '\0' ) |
|---|
| | 70 | return VLC_EGENERIC; |
|---|
| | 71 | |
|---|
| 66 | 72 | msg_Dbg( p_demux, "Init Stat demux" ); |
|---|
| 67 | 73 | |
|---|