new
zhangbo
2017-02-16 8a484186dd2a3d492a3b4c4941483675c6751190
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: