]> git.sesse.net Git - vlc/blobdiff - include/vlc_stream.h
* playlistinfo.m: update the stats faster after a p_item-switch
[vlc] / include / vlc_stream.h
index db7467bf8d72ab50bcb16e50777c14793e3ba527..3b4ff21827f5f698758cc6f1cad658cabc724ec0 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * vlc_stream.h
+ * vlc_stream.h: Stream (between access and demux) descriptor and methods
  *****************************************************************************
  * Copyright (C) 1999-2004 the VideoLAN team
  * $Id$
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _VLC_STREAM_H