diff options
author | Rodeo <[email protected]> | 2012-03-29 13:31:33 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-03-29 13:31:33 +0000 |
commit | a0fd4604194e63f5219b1da61afcd19d4bdcfc9f (patch) | |
tree | d7de3205ae96abb67f906525abcb8676bec750ba /libhb/hb_dict.h | |
parent | 5cfc8521de5547646afd47b46c8565dac351c50d (diff) |
encx264: add functionality to retrieve the "preferred" option name for options that have multiple names.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4554 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb_dict.h')
-rw-r--r-- | libhb/hb_dict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb_dict.h b/libhb/hb_dict.h index b8ca4c562..46be946ce 100644 --- a/libhb/hb_dict.h +++ b/libhb/hb_dict.h @@ -27,7 +27,7 @@ void hb_dict_set( hb_dict_t ** dict_ptr, const char * key, const char * value ) hb_dict_entry_t * hb_dict_get( hb_dict_t * dict, const char * key ); hb_dict_entry_t * hb_dict_next( hb_dict_t * dict, hb_dict_entry_t * previous ); -hb_dict_t * hb_encopts_to_dict( const char * encopts ); +hb_dict_t * hb_encopts_to_dict( const char * encopts, int encoder ); struct hb_dict_entry_s { |