Skip to content
Snippets Groups Projects
Commit faddfac0 authored by Jean-Paul Saman's avatar Jean-Paul Saman
Browse files

Fix typo and updating copyright

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