Changeset 430
- Timestamp:
- 07/01/08 09:45:55 (2 years ago)
- Files:
-
- branches/juciphox/core/motion_detector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/juciphox/core/motion_detector.c
r429 r430 380 380 if(img==NULL){ 381 381 img = vid_get_viewport_fb(); 382 #ifdef (CAMERA_s5is) 382 } 383 #if defined (CAMERA_s5is) 383 384 long bufoff = *((long *) 0x218C); 384 385 if(bufoff == 0) { … … 389 390 img += bufoff * 0x7E900; 390 391 #endif 391 }392 392 393 393