houxiao
2017-07-21 ad1003ddb3f9a50627b6a0f33888068f9dcbfcb1
RtspFace/PL_AVFrameBGRA.h
@@ -3,6 +3,22 @@
#include "PipeLine.h"
struct PL_AVFrameBGRA_Config
{
   enum
   {
      I420_TO_BGRA8888,
      I420_TO_ARGB8888,
      I420_TO_RGBA8888,
      I420_TO_ARGB4444,
      I420_TO_RGB565
   } convertTo;
   PL_AVFrameBGRA_Config() : convertTo(I420_TO_BGRA8888)
   {
   }
};
class PL_AVFrameBGRA : public PipeLineElem
{
public: