diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-06-20 17:37:11 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-06-20 17:37:11 +0000 |
commit | 6de4aece269a682a1987f6d4e39b42ef98427191 (patch) | |
tree | eb710e84d21cbe7c8f49de5d152146e8d4635aee | |
parent | 255eccab6e75acc16db788f2ed33da53ee018928 (diff) | |
download | ffmpeg-6de4aece269a682a1987f6d4e39b42ef98427191.tar.gz |
Fix @file in matroskadec.c, it was still matroska.c
Originally committed as revision 9376 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/matroskadec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 7c1618aa02..e41013da2c 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 <rbultje@ronald.bitfreak.net> * with a little help from Moritz Bunkus <moritz@bunkus.org> |