diff options
author | Rodeo <[email protected]> | 2012-09-11 11:46:51 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-09-11 11:46:51 +0000 |
commit | d6ef48e29dc4de84bfb2c79122244257d528c933 (patch) | |
tree | b98c70fd10d3ee84748f06d0ea8e567f80cfe68b /libhb/encx264.h | |
parent | 4264bac6e81df84a59910f03e108055712234602 (diff) |
hb_apply_h264_level: add a parameter to silence warnings.
This can be used to avoid log pollution when e.g. using an x264 unparse function.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4954 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/encx264.h')
-rw-r--r-- | libhb/encx264.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/encx264.h b/libhb/encx264.h index 427ea2861..282291609 100644 --- a/libhb/encx264.h +++ b/libhb/encx264.h @@ -43,4 +43,5 @@ static const char * const hb_x264_encopt_synonyms[][2] = int hb_apply_h264_level(x264_param_t *param, int width, int height, const char *h264_level, - const char *x264_profile); + const char *x264_profile, + int be_quiet); |