summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-11-12 19:18:29 +0000
committerRodeo <[email protected]>2012-11-12 19:18:29 +0000
commita107cc86c1b9b89863aae4ecab6089279d03e641 (patch)
treeda484f42ebd8b4fed4eb658d64515ddfc869aa83 /libhb/common.h
parentc3bcb2f455584087613e07f67d1e340aabb73aad (diff)
hb_x264_param_unparse: miscellaneous cosmetics.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5060 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/libhb/common.h b/libhb/common.h
index 713715a34..796c3df38 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -1021,12 +1021,9 @@ int hb_rgb2yuv(int rgb);
const char * hb_subsource_name( int source );
// unparse a set of x264 settings to an HB encopts string
-char * hb_x264_param_unparse( const char * x264_preset,
- const char * x264_tune,
- const char * x264_encopts,
- const char * x264_profile,
- const char * h264_level,
- int width, int height );
+char * hb_x264_param_unparse(const char *x264_preset, const char *x264_tune,
+ const char *x264_encopts, const char *x264_profile,
+ const char *h264_level, int width, int height);
// x264 preset/tune/profile & h264 level helpers
const char * const * hb_x264_presets();