- Timestamp:
- 02/21/10 23:22:58 (2 years ago)
- Parents:
- 9759199714df0cd85f695766c4c5c5d712570365
- Children:
- 6e49c3474539a6c60ade3911897032696b324db7
- git-committer:
- Robin Gareus <rgareus@priroda.local> / 2010-02-22T00:22:58Z+0100
- Files:
-
- 1 modified
-
oggzcap/src/MyController.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
oggzcap/src/MyController.h
r1922f6a r66e0a72 7 7 #import "SampleCIView.h" 8 8 #import "TargetTransparentWindow.h" 9 #import "SGVideo.h"9 //#import "SGVideo.h" 10 10 11 11 @class SampleCIView; … … 58 58 int inFramerate ; 59 59 60 SeqGrab * mGrabber; // IN VIDEO PREVIEW61 60 IBOutlet id inVideoSettingsButton; // Video Settings button 62 61 63 62 bool videOpened ; 64 SGVideo * vide ;65 63 66 64 IBOutlet NSTextField *inFramerateDisplayed; // IN Displayed framerate
