RtspFace/PL_AndroidMediaCodecDecoder.h
@@ -40,6 +40,8 @@ bool ptsUseAbsoluteTime; bool initCodecInPay; PL_AndroidMediaCodecDecoder_Config() : ak_height(0), ak_mime(), @@ -51,7 +53,9 @@ releaseOutputBuffIdx(true), releaseOutputBuffIdxInPay(false), generateDecodedDataPerFrame(0), ptsUseAbsoluteTime(false) ptsUseAbsoluteTime(false), initCodecInPay(true) {} }; @@ -69,6 +73,9 @@ private: void* internal; void aux_is_set(); bool init_codec(); }; PipeLineElem* create_PL_AndroidMediaCodecDecoder();