summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBVideo.m')
-rw-r--r--macosx/HBVideo.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/HBVideo.m b/macosx/HBVideo.m
index 0319174f7..b697dc773 100644
--- a/macosx/HBVideo.m
+++ b/macosx/HBVideo.m
@@ -776,8 +776,8 @@
else
{
/* same as source */
- fps_num = title->rate;
- fps_den = title->rate_base;
+ fps_num = title->vrate.num;
+ fps_den = title->vrate.den;
if (self.frameRateMode == 1)
{
// CFR
@@ -996,4 +996,4 @@
}
}
-@end \ No newline at end of file
+@end