summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/preset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/preset.c b/libhb/preset.c
index 7f43b4570..91f63b7ce 100644
--- a/libhb/preset.c
+++ b/libhb/preset.c
@@ -307,7 +307,7 @@ static int get_job_mux(hb_dict_t *job_dict)
static hb_value_t* get_audio_copy_mask(const hb_dict_t * preset, int *mask)
{
- int copy_mask;
+ int copy_mask = 0;
hb_value_array_t *out_copy_mask, *in_copy_mask;
if (mask != NULL)