diff options
author | Rodeo <[email protected]> | 2012-03-24 20:13:53 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-03-24 20:13:53 +0000 |
commit | 71be55c4db11cd6e2f8ba2f2df25e030fa089644 (patch) | |
tree | 6eb2f83e3e792f95f16b52cda64de9a6f07b9b63 /libhb/encx264.h | |
parent | be4abed142e5d2b9fe2b8801d129de90450fbc2e (diff) |
Misc. improvements to the previous commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4535 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/encx264.h')
-rw-r--r-- | libhb/encx264.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/encx264.h b/libhb/encx264.h index f825028eb..263e18890 100644 --- a/libhb/encx264.h +++ b/libhb/encx264.h @@ -7,4 +7,4 @@ static const char * const h264_level_names[] = { "1.0", "1b", "1.1", "1.2", "1.3", "2.0", "2.1", "2.2", "3.0", "3.1", "3.2", "4.0", "4.1", "4.2", "5.0", "5.1", 0 }; static const int const h264_level_values[] = { 10, 9, 11, 12, 13, 20, 21, 22, 30, 31, 32, 40, 41, 42, 50, 51, 0 }; -void hb_apply_h264_level( x264_param_t * param, const char * level ); +void hb_apply_h264_level( x264_param_t * param, const char * level, const char * x264_profile ); |