Skip to content

Commit

Permalink
json: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
twalker314 committed Apr 3, 2016
1 parent bb08d5f commit d00a56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhb/hb_json.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ hb_job_t* hb_dict_to_job( hb_handle_t * h, hb_dict_t *dict )

// If both vbitrate and vquality were specified, vbitrate is used;
// we need to ensure the unused rate contro mode is always set to an
// invalid value, as if both values aere valid, behavior is undefined
// invalid value, as if both values are valid, behavior is undefined
// (some encoders first check for a valid vquality, whereas others
// check for a valid vbitrate instead)
if (vbitrate > 0)
Expand Down

0 comments on commit d00a56c

Please sign in to comment.