Changeset 286e950bf93ca458ab29d1f8b6accc03a039d2b0

Show
Ignore:
Timestamp:
28/03/08 13:25:23 (8 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1206707123 +0100
git-parent:

[834670aa5a382032340f77f2ea03b03dc1977cbb]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1206706719 +0100
Message:

input: Remove a comment that no one seems to understand.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/input.c

    r3a88025 r286e950  
    284284    } 
    285285 
    286     /* Initialize optional stream output. (before access/demuxer) 
    287      * XXX: we add a special case if the uri starts by vlc. 
    288      * else 'vlc in.file --sout "" vlc:quit'  cannot work (the output will 
    289      * be destroyed in case of a file). 
    290      * (this will break playing of file starting by 'vlc:' but I don't 
    291      * want to add more logic, just force file by file:// or code it ;) 
    292      */ 
    293286    memset( &p_input->p->counters, 0, sizeof( p_input->p->counters ) ); 
    294287    vlc_mutex_init( p_input, &p_input->p->counters.counters_lock );