diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-08-05 00:42:43 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-08-05 00:42:43 +0000 |
commit | ff33c5c565106c657ca2b11e5a4c3ec9f509a1a0 (patch) | |
tree | 6711016ac0cda4b2acbea7eaace3e6310a1b1e4f /libavformat/matroskadec.c | |
parent | 737c40da20de07fd1b1ca99699f896c84b03f0ff (diff) | |
download | ffmpeg-ff33c5c565106c657ca2b11e5a4c3ec9f509a1a0.tar.gz |
matroskadec: update copyright year and related comments
Originally committed as revision 14605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskadec.c')
-rw-r--r-- | libavformat/matroskadec.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 4cdeb527e0..8e8dfc7d58 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -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" |