MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / CSubPicQueueNoThread

Method CSubPicQueueNoThread

Source/SubPic/SubPicQueueImpl.cpp:665–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663//
664
665CSubPicQueueNoThread::CSubPicQueueNoThread(bool bDisableAnim, ISubPicAllocator* pAllocator, HRESULT* phr)
666 : CSubPicQueueImpl(pAllocator, phr)
667 , m_bDisableAnim(bDisableAnim)
668{
669}
670
671CSubPicQueueNoThread::~CSubPicQueueNoThread()
672{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected