From faddfac009623397b47ed978001f093d77ec3f9f Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Tue, 9 Aug 2005 14:56:58 +0000 Subject: [PATCH] Fix typo and updating copyright --- include/vlc_demux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/vlc_demux.h b/include/vlc_demux.h index 1d706e40f4..05053d13ea 100644 --- a/include/vlc_demux.h +++ b/include/vlc_demux.h @@ -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 @@ -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 */ -- 2.39.2