X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osx_write.c;h=f2e5c485e52dada412c0e2c8e7b6bc3971720b7b;hb=501edee5b98e4133bb64f41f78ffec1cd6f91f7e;hp=153ae3d656bdfff144f048e584430968dc8b3ea2;hpb=e10ee3808534ff46b63ad94acfc665ec3841aa4f;p=paraslash.git 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;