matroskadec: update copyright year and related comments
authorAurelien Jacobs <aurel@gnuage.org>
Tue, 5 Aug 2008 00:42:43 +0000 (00:42 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Tue, 5 Aug 2008 00:42:43 +0000 (00:42 +0000)
Originally committed as revision 14605 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/matroskadec.c

index 4cdeb527e007d597fea72c829c58c78450503fb5..8e8dfc7d58459acb9a3c33c35caa11e99deb19cf 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Matroska file demuxer (no muxer yet)
- * Copyright (c) 2003-2004 The ffmpeg Project
+ * Matroska file demuxer
+ * Copyright (c) 2003-2008 The ffmpeg Project
  *
  * This file is part of FFmpeg.
  *
@@ -24,8 +24,8 @@
  * Matroska file demuxer
  * by Ronald Bultje <rbultje@ronald.bitfreak.net>
  * with a little help from Moritz Bunkus <moritz@bunkus.org>
- * Specs available on the matroska project page:
- * http://www.matroska.org/.
+ * totally reworked by Aurelien Jacobs <aurel@gnuage.org>
+ * Specs available on the matroska project page: http://www.matroska.org/.
  */
 
 #include "avformat.h"