diff options
author | Damiano Galassi <[email protected]> | 2016-07-27 14:01:02 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-07-27 14:01:02 +0200 |
commit | 4448845979954c740f2d771281671a81b1345c49 (patch) | |
tree | a6b80189e999f58aa11fb69ce87db780f49a7708 /macosx/HBVideo+UIAdditions.m | |
parent | 199d893ebb7da183c99149106cffb4fbf9cbc1b0 (diff) |
MacGui: use CQ label in the constant quality slider for VP9.
Diffstat (limited to 'macosx/HBVideo+UIAdditions.m')
-rw-r--r-- | macosx/HBVideo+UIAdditions.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBVideo+UIAdditions.m b/macosx/HBVideo+UIAdditions.m index 23419565b..676746b7c 100644 --- a/macosx/HBVideo+UIAdditions.m +++ b/macosx/HBVideo+UIAdditions.m @@ -114,7 +114,8 @@ { return @"RF:"; } - else if (self.encoder == HB_VCODEC_FFMPEG_VP8) + else if (self.encoder == HB_VCODEC_FFMPEG_VP8 || + self.encoder == HB_VCODEC_FFMPEG_VP9) { return @"CQ:"; } |