summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/adpcm.c')
-rw-r--r--libavcodec/adpcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index e1234fc1c7..68bd656aa6 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -24,7 +24,7 @@
#include "bytestream.h"
/**
- * @file libavcodec/adpcm.c
+ * @file
* ADPCM codecs.
* First version by Francois Revol (revol@free.fr)
* Fringe ADPCM codecs (e.g., DK3, DK4, Westwood)