houxiao
2016-12-22 fe007cee79c88a084bef01333f86f5da5f3c143f
RtspFace/PL_AVFrameBGRA.cpp
@@ -15,12 +15,11 @@
   size_t buffSize;
   size_t buffSizeMax;
   
   AVFormatContext* pAVFormatContext;//#todo delete
   bool payError;
   
   PL_AVFrameBGRA_Internal() : 
      buffSize(0), buffSizeMax(sizeof(buffer)), 
      pAVFormatContext(nullptr), payError(true)
      payError(true)
   {
   }
   
@@ -54,8 +53,6 @@
{
   PL_AVFrameBGRA_Internal* in = (PL_AVFrameBGRA_Internal*)internal;
   in->reset();
   in->pAVFormatContext = avformat_alloc_context();
   
   return true;
}