diff options
Diffstat (limited to 'macosx/HBVideo.m')
-rw-r--r-- | macosx/HBVideo.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBVideo.m b/macosx/HBVideo.m index 4d68e93d9..3a709cadb 100644 --- a/macosx/HBVideo.m +++ b/macosx/HBVideo.m @@ -628,7 +628,7 @@ } } - self.frameRate = [queueToApply[@"JobIndexVideoFramerate"] intValue]; + self.frameRate = hb_video_framerate_get_from_name([queueToApply[@"VideoFramerate"] UTF8String]); self.twoPass = [queueToApply[@"VideoTwoPass"] intValue]; self.turboTwoPass = [queueToApply[@"VideoTurboTwoPass"] intValue]; |