comparison src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.cc @ 142:f03d4455b262

- AIMC format file output
author tom@acousticscale.org
date Thu, 04 Nov 2010 19:48:53 +0000
parents bbf4728ffa0e
children 73c6d61440ad
comparison
equal deleted inserted replaced
141:bbf4728ffa0e 142:f03d4455b262
139 } 139 }
140 140
141 void GraphicsOutputDeviceMovie::Stop() { 141 void GraphicsOutputDeviceMovie::Stop() {
142 GraphicsOutputDeviceCairo::Stop(); 142 GraphicsOutputDeviceCairo::Stop();
143 CloseFile(); 143 CloseFile();
144 m_iFileNumber = 0;
144 145
145 #ifdef __WX__ 146 #ifdef __WX__
146 // GUI only: popup dialog 147 // GUI only: popup dialog
147 #else 148 #else
148 printf("Generating movie ... \n"); 149 printf("Generating movie ... \n");