Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10985bd

Browse files
committed
refactoring: add Note to getFileSize explaining why using uint64_t
1 parent923e28e commit10985bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/AvTranscoder/properties/FileProperties.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ class AvExport FileProperties
4949
doublegetStartTime()const;
5050
floatgetDuration()const;///< in seconds, 0 if not available
5151
size_tgetBitRate()const;///< total stream bitrate in bit/s, 0 if not available (result of a computation by ffmpeg)
52+
/**
53+
* @note Use uint64_t instead of size_t to ensure 64 bits size on 32-bits OS so we can manage Files > 4Go
54+
*/
5255
uint64_tgetFileSize()const;///< in bytes
5356
size_tgetPacketSize()const;
5457

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp