Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-05 02:59:52 +0400
committerDiego Biurrun <diego@biurrun.de>2011-06-05 18:01:00 +0400
commitf25a2ece76756214da7dcde4a52a0534d9503319 (patch)
tree247e06bc06d91874ca63b05325352f8823f8aedb /libavcodec/lagarith.c
parent29b3de127f332ef7dff863544730f0b4b0741a11 (diff)
Drop explicit filenames from @file Doxygen tags.
The filename is unnecessary and brittle across file renames.
Diffstat (limited to 'libavcodec/lagarith.c')
-rw-r--r--libavcodec/lagarith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lagarith.c b/libavcodec/lagarith.c
index 53f274da94..3d53536d13 100644
--- a/libavcodec/lagarith.c
+++ b/libavcodec/lagarith.c
@@ -20,7 +20,7 @@
*/
/**
- * @file libavcodec/lagarith.c
+ * @file
* Lagarith lossless decoder
* @author Nathan Caldwell
*/