You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/mxv-container.hexpat
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ struct ChunkMXJVH264 {
171
171
double AspectRatio; // Final image aspect ratio. If this ratio != FrameWidth / FrameHeight the video doesn't have square pixels.
172
172
ColorFormat ColorFormat; // Color format.
173
173
u32;
174
-
u64 AudioSamples; // Total number of audio samples.
174
+
u64 AudioSamples; // Total number of audio samples. It's possible that the audio and video length don't match. Older files have shown a mismatch of 1 frame here.
Copy file name to clipboardExpand all lines: mxriff64/chunk64-mxjvh264.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ type Chunk64MXJVH264Data struct {
29
29
AspectRatiofloat64// Final image aspect ratio. If this ratio != FrameWidth / FrameHeight the video doesn't have square pixels.
30
30
ColorFormatColorFormat// Color format.
31
31
Unknown4uint32
32
-
AudioSamplesuint64// Total number of audio samples.
32
+
AudioSamplesuint64// Total number of audio samples. It's possible that the audio and video length don't match. Older files have shown a mismatch of 1 frame here.
0 commit comments