From ee3b6d6644a7c35c3df60294c67db753398402d7 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Mon, 13 Apr 2015 21:54:40 +0000 Subject: json: fix another cut/paste error. incorrect dither parsing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7088 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/hb_json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhb/hb_json.c b/libhb/hb_json.c index 680a7ea69..7c831e2e1 100644 --- a/libhb/hb_json.c +++ b/libhb/hb_json.c @@ -1222,7 +1222,7 @@ hb_job_t* hb_dict_to_job( hb_handle_t * h, hb_dict_t *dict ) } else { - audio.out.dither_method = hb_value_get_int(mixdown); + audio.out.dither_method = hb_value_get_int(dither); } } if (audio.in.track >= 0) -- cgit v1.2.3