Skip to content

Commit

Permalink
libhb: Define missing quality limits for VCN H.264 and H.265.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Aug 6, 2023
1 parent 96cc7f8 commit a911f22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libhb/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,9 @@ void hb_video_quality_get_limits(uint32_t codec, float *low, float *high,
*/
case HB_VCODEC_X264_8BIT:
case HB_VCODEC_X265_8BIT:
case HB_VCODEC_FFMPEG_VCE_H264:
case HB_VCODEC_FFMPEG_VCE_H265:
case HB_VCODEC_FFMPEG_VCE_H265_10BIT:
case HB_VCODEC_FFMPEG_NVENC_H264:
case HB_VCODEC_FFMPEG_NVENC_H265:
case HB_VCODEC_FFMPEG_NVENC_AV1:
Expand Down

0 comments on commit a911f22

Please sign in to comment.