From 501edee5b98e4133bb64f41f78ffec1cd6f91f7e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 9 Oct 2006 14:46:13 +0200 Subject: [PATCH 1/1] osx_write.c: Add doxygen description for struct private_osx_write_data --- osx_write.c | 1 + 1 file changed, 1 insertion(+) diff --git a/osx_write.c b/osx_write.c index 153ae3d6..f2e5c485 100644 --- a/osx_write.c +++ b/osx_write.c @@ -52,6 +52,7 @@ struct osx_buffer { struct osx_buffer *next; }; +/** data specific to the osx writer */ struct private_osx_write_data { /** the main control structure for audio data manipulation */ AudioUnit audio_unit; -- 2.39.2