diff matroskadec.c @ 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 020cc5d6d6d7
children 7dd08e645d92
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>