houxiao
2016-12-30 cc445067d1f61e12dbea4e6458f2c85ba58f01bf
RtspFace/PL_H264Decoder.h
@@ -3,6 +3,13 @@
#include "PipeLine.h"
struct PL_H264Decoder_Config
{
   bool resetPTS;
   PL_H264Decoder_Config() : resetPTS(true) { }
};
class PL_H264Decoder : public PipeLineElem
{
public: