X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh.h;h=504bc2b213b70b4d053fba486e84cacf59c0b074;hb=13f8214c662144b2afa5c9fbf3cf2fbe1e9a36f0;hp=52d50a9103c8093a840c9b8e09003ad764f69c1f;hpb=a6e79f02b6eab623425686f8f3cab5bc942e77d4;p=paraslash.git diff --git a/afh.h b/afh.h index 52d50a91..504bc2b2 100644 --- a/afh.h +++ b/afh.h @@ -23,13 +23,10 @@ /** \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;