houxiao
2017-08-18 7f0053c8f0cd76ecff7f8aee060cd4fd5093b1a3
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();