diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-26 22:51:16 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-26 22:51:16 +0000 |
commit | 99ed41a8084e041ce4d6273eb1734cb5ce03ded8 (patch) | |
tree | 63a8509f71bcd2f41ba376a4d832da5c7910fe5a /libavcodec/libvorbis.c | |
parent | bd591ead45b421504c1ebf25ca4ad7899938bb7f (diff) | |
download | ffmpeg-99ed41a8084e041ce4d6273eb1734cb5ce03ded8.tar.gz |
Fix filenames in Doxygen comments.
Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libvorbis.c')
-rw-r--r-- | libavcodec/libvorbis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libvorbis.c b/libavcodec/libvorbis.c index 03c9f885c1..57c0f5b667 100644 --- a/libavcodec/libvorbis.c +++ b/libavcodec/libvorbis.c @@ -19,7 +19,7 @@ */ /** - * @file oggvorbis.c + * @file libvorbis.c * Ogg Vorbis codec support via libvorbisenc. * @author Mark Hills <mark@pogo.org.uk> */ |