| 56 | namespace WelsEnc { |
| 57 | |
| 58 | CWelsSliceEncodingTask::CWelsSliceEncodingTask (WelsCommon::IWelsTaskSink* pSink, sWelsEncCtx* pCtx, |
| 59 | const int32_t iSliceIdx) : CWelsBaseTask (pSink), m_eTaskResult (ENC_RETURN_SUCCESS) { |
| 60 | m_pCtx = pCtx; |
| 61 | m_iSliceIdx = iSliceIdx; |
| 62 | } |
| 63 | |
| 64 | CWelsSliceEncodingTask::~CWelsSliceEncodingTask() { |
| 65 | } |
nothing calls this directly
no outgoing calls
no test coverage detected