removed IsBFrame selector
Change-Id: Iae51165c318997a9131e9af5c667cfac1f37e773
This commit is contained in:
@@ -4255,10 +4255,10 @@ const Block* SimpleBlock::GetBlock() const
|
||||
}
|
||||
|
||||
|
||||
bool SimpleBlock::IsBFrame() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
//bool SimpleBlock::IsBFrame() const
|
||||
//{
|
||||
// return false;
|
||||
//}
|
||||
|
||||
|
||||
BlockGroup::BlockGroup(
|
||||
@@ -4394,10 +4394,10 @@ short BlockGroup::GetNextTimeCode() const
|
||||
}
|
||||
|
||||
|
||||
bool BlockGroup::IsBFrame() const
|
||||
{
|
||||
return (m_nextTimeCode > 0);
|
||||
}
|
||||
//bool BlockGroup::IsBFrame() const
|
||||
//{
|
||||
// return (m_nextTimeCode > 0);
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user