]> git.sesse.net Git - vlc/commitdiff
Fix typo and updating copyright
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 9 Aug 2005 14:56:58 +0000 (14:56 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 9 Aug 2005 14:56:58 +0000 (14:56 +0000)
include/vlc_demux.h

index 1d706e40f4ec273ae4e3a88b4c6022f8dee71e61..05053d13ea08271b0372bcf5bf1b3d5f5ed12dfd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * 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 */