mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 01:52:24 +08:00
9 lines
206 B
C++
9 lines
206 B
C++
#include "ExVideoContainer.h"
|
|
|
|
using namespace PPT;
|
|
|
|
void CRecordExVideoContainer::ReadFromStream(SRecordHeader &oHeader, POLE::Stream *pStream)
|
|
{
|
|
CRecordsContainer::ReadFromStream(oHeader, pStream);
|
|
}
|