changeset 2175:9438e2e7faf2 libavformat

Fix @file in matroskadec.c, it was still matroska.c
author reimar
date Wed, 20 Jun 2007 17:37:11 +0000
parents 293cdbf6d7ca
children 50322a49fa2b
files matroskadec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/matroskadec.c	Tue Jun 19 21:12:52 2007 +0000
+++ b/matroskadec.c	Wed Jun 20 17:37:11 2007 +0000
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file matroska.c
+ * @file matroskadec.c
  * Matroska file demuxer
  * by Ronald Bultje <rbultje@ronald.bitfreak.net>
  * with a little help from Moritz Bunkus <moritz@bunkus.org>