Skip to content

Commit

Permalink
Fix record info size to int64 (#3527)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongguangjie committed May 11, 2024
1 parent 18c5bb3 commit 1c89950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Record/Recorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class RecordInfo: public MediaTuple {
public:
time_t start_time; // GMT 标准时间,单位秒
float time_len; // 录像长度,单位秒
off_t file_size; // 文件大小,单位 BYTE
uint64_t file_size; // 文件大小,单位 BYTE
std::string file_path; // 文件路径
std::string file_name; // 文件名称
std::string folder; // 文件夹路径
Expand Down

0 comments on commit 1c89950

Please sign in to comment.