Commit a0955d95 by xiongziliang

优化代码风格

parent fb5b31a8
...@@ -90,7 +90,7 @@ using H264FrameNoCacheAble = H264FrameHelper<FrameFromPtr>; ...@@ -90,7 +90,7 @@ using H264FrameNoCacheAble = H264FrameHelper<FrameFromPtr>;
/** /**
* 264视频通道 * 264视频通道
*/ */
class H264Track : public VideoTrack{ class H264Track : public VideoTrack {
public: public:
using Ptr = std::shared_ptr<H264Track>; using Ptr = std::shared_ptr<H264Track>;
......
...@@ -80,17 +80,17 @@ public: ...@@ -80,17 +80,17 @@ public:
/** /**
* 返回视频高度 * 返回视频高度
*/ */
virtual int getVideoHeight() const {return 0;}; virtual int getVideoHeight() const { return 0; }
/** /**
* 返回视频宽度 * 返回视频宽度
*/ */
virtual int getVideoWidth() const {return 0;}; virtual int getVideoWidth() const { return 0; }
/** /**
* 返回视频fps * 返回视频fps
*/ */
virtual float getVideoFps() const {return 0;}; virtual float getVideoFps() const { return 0; }
}; };
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论