diff options
-rw-r--r-- | macosx/HBQueueController.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueController.mm b/macosx/HBQueueController.mm index 3070aedbf..7c25ac7b4 100644 --- a/macosx/HBQueueController.mm +++ b/macosx/HBQueueController.mm @@ -888,7 +888,7 @@ else { // we have a specified, constant framerate - if (job.video.frameRate == 0) + if (job.video.frameRateMode == 0) { videoInfo = [NSString stringWithFormat:@"%@ Framerate: %@ (Peak Frame Rate)", videoInfo, @(hb_video_framerate_get_name(job.video.frameRate))]; } |