summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/AviFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'nGenEx/AviFile.h')
-rw-r--r--nGenEx/AviFile.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/nGenEx/AviFile.h b/nGenEx/AviFile.h
index 495693a..6421504 100644
--- a/nGenEx/AviFile.h
+++ b/nGenEx/AviFile.h
@@ -43,18 +43,18 @@ public:
HRESULT GetFrame(double seconds, Bitmap& bmp);
private:
- Text filename;
- Rect rect;
- int fps;
- bool play;
-
- IAVIFile* pfile; // created by CreateAvi
- IAVIStream* ps;
- IAVIStream* ps_comp; // video stream, when first created
- DWORD frame_size; // total bytes per frame of video
- DWORD nframe; // which frame will be added next
- DWORD nsamp; // which sample will be added next
- bool iserr; // if true, then no function will do anything
+ Rect rect;
+ Text filename;
+ int fps;
+
+ IAVIFile* pfile; // created by CreateAvi
+ IAVIStream* ps;
+ IAVIStream* ps_comp; // video stream, when first created
+ DWORD frame_size; // total bytes per frame of video
+ DWORD nframe; // which frame will be added next
+ DWORD nsamp; // which sample will be added next
+ bool play;
+ bool iserr; // if true, then no function will do anything
};
// +--------------------------------------------------------------------+