matroskadec: update copyright year and related comments

Originally committed as revision 14605 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2008-08-05 00:42:43 +00:00
parent 737c40da20
commit ff33c5c565
1 changed files with 4 additions and 4 deletions

View File

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