summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-01-04 13:33:38 +0000
committerRodeo <[email protected]>2013-01-04 13:33:38 +0000
commitccbdd4417db3b6f1262c9f12838e631ff97a3703 (patch)
tree74049f9d1df43aa8e83a8288a0f7da805ace6d19 /libhb/common.h
parent15b164a418a5f0b0da912a3acc980b861267e7da (diff)
libhb: add hb_get_default_audio_encoder().
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5144 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index 9697916c0..e9b5c29e3 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -245,6 +245,8 @@ void hb_autopassthru_apply_settings(hb_job_t *job);
void hb_autopassthru_print_settings(hb_job_t *job);
int hb_autopassthru_get_encoder(int in_codec, int copy_mask, int fallback, int muxer);
+int hb_get_default_audio_encoder(int muxer);
+
int hb_get_best_mixdown(uint32_t codec, uint64_t layout, int mixdown);
int hb_get_default_mixdown(uint32_t codec, uint64_t layout);