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 * with a little help from Moritz Bunkus - * Specs available on the matroska project page: - * http://www.matroska.org/. + * totally reworked by Aurelien Jacobs + * Specs available on the matroska project page: http://www.matroska.org/. */ #include "avformat.h"