From 35ba2aecb5ab011ac8b0f299ea24ba345036d7f2 Mon Sep 17 00:00:00 2001 From: moi15moi <80980684+moi15moi@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:19:26 -0400 Subject: [PATCH] Fix FFMS_VideoProperties::LastEndTime doc (seconds instead of milliseconds) --- doc/ffms2-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ffms2-api.md b/doc/ffms2-api.md index 7dff082d11..6e47bb7c05 100644 --- a/doc/ffms2-api.md +++ b/doc/ffms2-api.md @@ -1081,7 +1081,7 @@ The fields are: - `int Rotation;` - The rotation of the video, in degrees. - `int Stereo3DType;` - The type of stereo 3D the video is. Corresponts to entries in [FFMS_Stereo3DType][Stereo3DType]. - `int Stereo3DFlags;` - Stereo 3D flags. Corresponds to entries in [FFMS_Stereo3DFlags][Stereo3DFlags]. - - `double LastEndTime;` - The end time of the last packet of the stream, in milliseconds. + - `double LastEndTime;` - The end time of the last packet of the stream, in seconds. - `int HasMasteringDisplayPrimaries;` - If this is non-zero, the following four properties are set. - `double MasteringDisplayPrimariesX[3];` - RGB chromaticy coordinates of the mastering display (x coord). - `double MasteringDisplayPrimariesY[3];` - RGB chromaticy coordinates of the mastering display (y coord).