Mercurial > libavformat.hg
changeset 3685:c077c928bfe6 libavformat
matroskadec: update copyright year and related comments
author | aurel |
---|---|
date | Tue, 05 Aug 2008 00:42:43 +0000 |
parents | 2350faade9fb |
children | 03df0b5927ff |
files | matroskadec.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/matroskadec.c Tue Aug 05 00:42:39 2008 +0000 +++ b/matroskadec.c Tue Aug 05 00:42:43 2008 +0000 @@ -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"