diff options
Diffstat (limited to 'macosx/HBVideoController.m')
-rw-r--r-- | macosx/HBVideoController.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBVideoController.m b/macosx/HBVideoController.m index 6bcbfb4c2..4bbd1499e 100644 --- a/macosx/HBVideoController.m +++ b/macosx/HBVideoController.m @@ -726,8 +726,8 @@ NSString *HBVideoEncoderChangedNotification = @"HBVideoEncoderChangedNotificatio else { /* same as source */ - fps_num = title->rate; - fps_den = title->rate_base; + fps_num = title->vrate.num; + fps_den = title->vrate.den; if ([fFramerateMatrix selectedRow] == 1) { // CFR |