diff trunk/src/Modules/Output/FileOutputAIMC.h @ 322:1c0723041971

-Renamed sample_count to frame_count - a more accurate description.
author tomwalters
date Mon, 07 Jun 2010 08:38:21 +0000
parents c74acd46121b
children 3ee03a6b95a0
line wrap: on
line diff
--- a/trunk/src/Modules/Output/FileOutputAIMC.h	Mon Jun 07 08:34:49 2010 +0000
+++ b/trunk/src/Modules/Output/FileOutputAIMC.h	Mon Jun 07 08:38:21 2010 +0000
@@ -63,7 +63,7 @@
 
   /*! \brief Count of the number of samples in the file, written on close
    */
-  int sample_count_;
+  int frame_count_;
 
   int channel_count_;
   int buffer_length_;