diff options
author | Matthew Hoops | 2015-01-16 01:51:31 -0500 |
---|---|---|
committer | Matthew Hoops | 2015-01-20 20:10:58 -0500 |
commit | a59f5db505ffce9567c3bc8adf30d2f843910d65 (patch) | |
tree | a27192eeca102970ab0e01f205b89f1b755bb80b /video/qt_decoder.h | |
parent | dfe04491c1d8ecb45f4952af96c9d73e9e654a32 (diff) | |
download | scummvm-rg350-a59f5db505ffce9567c3bc8adf30d2f843910d65.tar.gz scummvm-rg350-a59f5db505ffce9567c3bc8adf30d2f843910d65.tar.bz2 scummvm-rg350-a59f5db505ffce9567c3bc8adf30d2f843910d65.zip |
VIDEO: Fix timing with frames going past the edit boundary
Diffstat (limited to 'video/qt_decoder.h')
-rw-r--r-- | video/qt_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/qt_decoder.h b/video/qt_decoder.h index 7e87d21ae7..aa16ffc4db 100644 --- a/video/qt_decoder.h +++ b/video/qt_decoder.h @@ -166,6 +166,7 @@ private: uint32 getCurEditTimeOffset() const; uint32 getCurEditTrackDuration() const; bool atLastEdit() const; + bool endOfCurEdit() const; }; }; |