microsoft / media-foundation

Repository for Windows Media Foundation related tools and samples
MIT License
144 stars 31 forks source link

Fixing casting issue in ConvertSecondsToHns() function. #67

Closed AntonPo456 closed 4 months ago

AntonPo456 commented 4 months ago

Fixing casting issue in ConvertSecondsToHns() function. The problem was causing us to convert the floating point number of seconds into an integer and then convert it into HNS, resulting in a loss of precision.