Mercurial > hg > aimc
diff src/Modules/Output/FileOutputAIMC.h @ 159:64c3f4e25877
-Renamed sample_count to frame_count - a more accurate description.
author | tomwalters |
---|---|
date | Mon, 07 Jun 2010 08:38:21 +0000 |
parents | ce97ae23c66b |
children | 82e0dc3dfd16 |
line wrap: on
line diff
--- a/src/Modules/Output/FileOutputAIMC.h Mon Jun 07 08:34:49 2010 +0000 +++ b/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_;