commit | 6de4aece269a682a1987f6d4e39b42ef98427191 | [log] [tgz] |
---|---|---|
author | Reimar Döffinger <[email protected]> | Wed Jun 20 17:37:11 2007 |
committer | Reimar Döffinger <[email protected]> | Wed Jun 20 17:37:11 2007 |
tree | eb710e84d21cbe7c8f49de5d152146e8d4635aee | |
parent | 255eccab6e75acc16db788f2ed33da53ee018928 [diff] [blame] |
Fix @file in matroskadec.c, it was still matroska.c Originally committed as revision 9376 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 7c1618a..e41013d 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c
@@ -20,7 +20,7 @@ */ /** - * @file matroska.c + * @file matroskadec.c * Matroska file demuxer * by Ronald Bultje <[email protected]> * with a little help from Moritz Bunkus <[email protected]>