Ticket #68: decoder.diff
| File decoder.diff, 905 bytes (added by , 20 years ago) |
|---|
-
ivtvdecoder.cpp
535 535 m_parent->SetFramesPlayed(videoPlayed); 536 536 } 537 537 538 bool IvtvDecoder::StepFrames( int start, intcount)538 bool IvtvDecoder::StepFrames(long long start, long long count) 539 539 { 540 540 VideoOutputIvtv *videoout = (VideoOutputIvtv *)m_parent->getVideoOutput(); 541 541 -
ivtvdecoder.h
61 61 void SeekReset(long long newkey = 0, int skipframes = 0, 62 62 bool needFlush = false); 63 63 bool ReadWrite(int onlyvideo, long stopframe = LONG_MAX); 64 bool StepFrames( int start, intcount);64 bool StepFrames(long long start, long long count); 65 65 66 66 int frame_decoded; 67 67
