Changeset 4893
- Timestamp:
- 12/12/10 21:33:42 (3 years ago)
- Files:
-
- 1 modified
-
vic/branches/mpeg4/video/grabber-win32DS.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vic/branches/mpeg4/video/grabber-win32DS.cpp
r4892 r4893 1058 1058 // AvgTimePerFrame value that specifies the video frame' 1059 1059 // average display time, in 100-nanosecond units. 1060 //if (fps_)1061 //pVih->AvgTimePerFrame = 10000000/fps_;1060 if (fps_) 1061 pVih->AvgTimePerFrame = 10000000/fps_; 1062 1062 1063 1063 debug_msg("fps_= %d, AvgTimePerFrame: %d\n", fps_, pVih->AvgTimePerFrame);
