X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=38aa5aafba75bcf7c67418ab7035f9eb0dbe11ff;hb=1f31b52b6816ce2716a3755a1896f77744fa167b;hp=58d65275c6b9cb0b31017ec233b68d69502e7435;hpb=732db80493440d188963cea27d822447925ab5ad;p=paraslash.git diff --git a/audiod.c b/audiod.c index 58d65275..38aa5aaf 100644 --- a/audiod.c +++ b/audiod.c @@ -33,7 +33,7 @@ INIT_AUDIOD_ERRLISTS; /** define the array containing all supported audio formats */ const char *audio_formats[] = {AUDIOD_AUDIO_FORMAT_ARRAY NULL}; -/** defines how to handle one supported audio format */ +/** Defines how audiod handles one supported audio format. */ struct audio_format_info { /** pointer to the receiver for this audio format */ struct receiver *receiver;