Merge pull request #99

This commit is contained in:
xiongziliang
2019-09-30 09:13:19 +08:00
parent 39a528cc02
commit c6270aa1f9
2 changed files with 6 additions and 6 deletions

View File

@@ -92,7 +92,7 @@ protected:
protected:
uint32_t _seg_number = 0;
private:
int stampInc = 0;
int _stampInc = 0;
float _seg_duration = 0;
uint64_t _file_index = 0;
Ticker _ticker;