xuxiuxi
2017-05-04 15d0c49e85159b9e27870aff5280c0cd95b103c4
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: