]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.h
More Documentation improvments.
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index 52d50a9103c8093a840c9b8e09003ad764f69c1f..504bc2b213b70b4d053fba486e84cacf59c0b074 100644 (file)
--- a/afh.h
+++ b/afh.h
 
 /** \endcond */
 
-/** size of the  audio_file info string */
+/** Size of the audio_file info string. */
 #define AUDIO_FILE_INFO_SIZE 256
 
-/**
- * Audio format dependent information. Details vary between each audio format
- * handler.
- */
+/** Audio format dependent information. */
 struct afh_info {
        /** The number of chunks this audio file contains. */
        long unsigned chunks_total;
@@ -61,7 +58,7 @@ struct afh_info {
        unsigned header_offset;
        /** The number of channels. */
        uint8_t channels;
-       /** Frquency on Hz. */
+       /** Frequency in Hz. */
        uint16_t frequency;
        /** Exact meaning depends on audio format. */
        uint16_t bitrate;