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/h264idct.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/h264idct.c')
-rw-r--r-- | libavcodec/h264idct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264idct.c b/libavcodec/h264idct.c index 57d1b75452..8aae501d1a 100644 --- a/libavcodec/h264idct.c +++ b/libavcodec/h264idct.c @@ -20,7 +20,7 @@ */ /** - * @file h264-idct.c + * @file h264idct.c * H.264 IDCT. * @author Michael Niedermayer <michaelni@gmx.at> */ |