both source and dest units are 64-bit
This commit is contained in:
@@ -49,7 +49,7 @@ pos_map_queue &pos_map_queue::operator=( const pos_map_queue &rhs )
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
void pos_map_queue::Insert( int64_t iSourceFrame, int iFrames, int iDestFrame )
|
void pos_map_queue::Insert( int64_t iSourceFrame, int iFrames, int64_t iDestFrame )
|
||||||
{
|
{
|
||||||
if( m_pImpl->m_Queue.size() )
|
if( m_pImpl->m_Queue.size() )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ public:
|
|||||||
pos_map_queue &operator=( const pos_map_queue &rhs );
|
pos_map_queue &operator=( const pos_map_queue &rhs );
|
||||||
|
|
||||||
/* Insert a mapping from iSourceFrame to iDestFrame, containing iFrames. */
|
/* Insert a mapping from iSourceFrame to iDestFrame, containing iFrames. */
|
||||||
void Insert( int64_t iSourceFrame, int iFrames, int iDestFrame );
|
void Insert( int64_t iSourceFrame, int iFrames, int64_t iDestFrame );
|
||||||
|
|
||||||
/* Return the iDestFrame for the given iSourceFrame. */
|
/* Return the iDestFrame for the given iSourceFrame. */
|
||||||
int64_t Search( int64_t iSourceFrame, bool *bApproximate ) const;
|
int64_t Search( int64_t iSourceFrame, bool *bApproximate ) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user