]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adpcm.c
per file doxy
[ffmpeg] / libavcodec / adpcm.c
index 8f6863cb017cae413ceb7dac63ce439708248462..e94d16b5136d6db9e8b3b89fdade754d3fc60a56 100644 (file)
@@ -18,7 +18,9 @@
  */
 #include "avcodec.h"
 
-/*
+/**
+ * @file adpcm.c
+ * ADPCM codecs.
  * First version by Francois Revol revol@free.fr
  *
  * Features and limitations:
@@ -47,7 +49,8 @@ static const int index_table[16] = {
     -1, -1, -1, -1, 2, 4, 6, 8,
 };
 
-/* This is the step table. Note that many programs use slight deviations from
+/** 
+ * This is the step table. Note that many programs use slight deviations from
  * this table, but such deviations are negligible:
  */
 static const int step_table[89] = {