]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afh.h
Fix ogg streaming.
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index 1e37c9c39c26a328c6663e8108f9ff2d071ff4a2..504bc2b213b70b4d053fba486e84cacf59c0b074 100644 (file)
--- a/afh.h
+++ b/afh.h
@@ -23,7 +23,7 @@
 
 /** \endcond */
 
 
 /** \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. */
 #define AUDIO_FILE_INFO_SIZE 256
 
 /** Audio format dependent information. */
@@ -58,7 +58,7 @@ struct afh_info {
        unsigned header_offset;
        /** The number of channels. */
        uint8_t channels;
        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;
        uint16_t frequency;
        /** Exact meaning depends on audio format. */
        uint16_t bitrate;