Commit faddfac0 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix typo and updating copyright

parent 7b87020d
/***************************************************************************** /*****************************************************************************
* vlc_demux.h * vlc_demux.h
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2004 the VideoLAN team * Copyright (C) 1999-2005 VideoLAN (Centrale Réseaux) and its contributors
* $Id$ * $Id$
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
...@@ -45,7 +45,7 @@ struct demux_t ...@@ -45,7 +45,7 @@ struct demux_t
stream_t *s; /* NULL in case of a access+demux in one */ stream_t *s; /* NULL in case of a access+demux in one */
/* es output */ /* es output */
es_out_t *out; /* ou p_es_out */ es_out_t *out; /* our p_es_out */
/* set by demuxer */ /* set by demuxer */
int (*pf_demux) ( demux_t * ); /* demux one frame only */ int (*pf_demux) ( demux_t * ); /* demux one frame only */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment