Changeset 4692
- Timestamp:
- 03/14/10 20:45:47 (3 years ago)
- Location:
- vic/branches/cc
- Files:
-
- 2 modified
-
codec/encoder-h261.cpp (modified) (1 diff)
-
module.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vic/branches/cc/codec/encoder-h261.cpp
r4691 r4692 140 140 141 141 // should we suspend grabbing? 142 virtualbool suspend_grabbing();142 bool suspend_grabbing(); 143 143 144 144 protected: -
vic/branches/cc/module.h
r4691 r4692 126 126 double offset_; 127 127 inline double offset() { return offset_; } 128 virtual bool suspend_grabbing() = 0;128 virtual inline bool suspend_grabbing() {}; 129 129 130 130 protected:
